This commit is contained in:
2026-05-14 12:38:22 +02:00
parent a61fdaf569
commit 0b07fbe082
2 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -9,8 +9,7 @@
"@slkiser/opencode-quota",
"envsitter-guard@latest",
"opencode-mystatus",
"oh-my-openagent@latest",
"opentmux"
"oh-my-openagent@latest"
],
"command": {
"mystatus": {
+2 -4
View File
@@ -20,10 +20,10 @@ bind e new-window -n "~/.tmux.conf.local" "sh -c '\${EDITOR:-vim} ~/.tmux.conf.l
# reload configuration
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
#source "$HOME/.local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf"
# run the powerline daemon
run-shell "powerline-daemon -q"
#run-shell "powerline-config tmux setup"
# source powerline tmux bindings
source "/usr/lib/python3.14/site-packages/powerline/bindings/tmux/powerline.conf"
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
@@ -48,8 +48,6 @@ set-option -g status-interval 2
set-option -g status-justify "centre"
set-option -g status-left-length 60
set-option -g status-right-length 90
set-option -g status-left "#(~/.config/tmux-powerline/powerline.sh left)"
set-option -g status-right "#(~/.config/tmux-powerline/powerline.sh right)"