diff --git a/common/.tmux-theme b/common/.tmux-theme index 52f8d05..babeddc 100644 --- a/common/.tmux-theme +++ b/common/.tmux-theme @@ -13,7 +13,6 @@ set -g status-right-attr "none" set -g message-fg "colour2" set -g message-command-bg "black" set -g status-attr "none" -set -g status-utf8 "on" set -g pane-border-fg "black" set -g status-left-attr "none" setw -g window-status-fg "colour2" diff --git a/common/.tmux.conf b/common/.tmux.conf index 0de3b7b..231d7f7 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -10,12 +10,9 @@ set -g visual-activity off set -g visual-bell off #set -g mouse-mode on -set -g mouse-select-window on -set -g mouse-select-pane on -set -g mouse-resize-pane on - set -g history-limit 1000 +set -g lock-after-time 300 # THEME @@ -26,5 +23,4 @@ set -g history-limit 1000 #set -g status-left '#[fg=green][#[fg=brightblue]#(whoami)#[fg=white]@#[fg=brightblue]#H#[fg=white]:#[fg=brightblue]#S#[fg=green]][#[default]' #set -g status-right '#[fg=green]][#[fg=blue]%d/%m #[fg=brightblue]%H:%M#[fg=green]]#[default]' -#source-file ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf source-file ~/.tmux-theme