mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Several changes
* Compton improvements * Add a wide screen layout * Set termite as the default terminal * Update spacemacs * Add script to copy bibtex entries from zotero
This commit is contained in:
@@ -36,9 +36,12 @@ bind b set-window-option synchronize-panes
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g status-left '#[fg=green]#H'
|
||||
set -g status-right '#[fg=yellow]#(uptime | sed -e "s/load average/load/g\;s/ / /g")' # | cut -d "," -f 2-)'
|
||||
set -g status-right '#[fg=yellow]#(uptime | sed -e "s/load average/load/g" -e "s/ / /g")' # | cut -d "," -f 2-)'
|
||||
set -g status-right-length 50
|
||||
|
||||
set -g pane-border-status bottom
|
||||
set -g pane-border-format '#(ps --no-headers -t #{pane_tty} -o args -O-c)'
|
||||
|
||||
# Highlight active window
|
||||
set-window-option -g window-status-current-bg red
|
||||
|
||||
@@ -47,7 +50,9 @@ setw -g monitor-activity on
|
||||
set -g visual-activity on
|
||||
|
||||
# Automatically set window title
|
||||
set -g automatic-rename off
|
||||
set-option -g status-interval 5
|
||||
set-option -g automatic-rename on
|
||||
set-option -g automatic-rename-format '#(basename "#{pane_current_path}")'
|
||||
|
||||
# Mouse and panes
|
||||
#set -g mouse-utf8 on
|
||||
|
Reference in New Issue
Block a user