diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index ead6ac7..5e1bfa8 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -9,8 +9,7 @@ "@slkiser/opencode-quota", "envsitter-guard@latest", "opencode-mystatus", - "oh-my-openagent@latest", - "opentmux" + "oh-my-openagent@latest" ], "command": { "mystatus": { diff --git a/.tmux.conf b/.tmux.conf index ea4177a..a457d59 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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)"