]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/tmux/files/tmux.conf
Use simpylfold and ropevim
[max/saltfiles.git] / states / tmux / files / tmux.conf
index 82d3cce018c86f927c96507d46f041fc75843390..4681346b924b8b3597c69097e917314d1450102f 100644 (file)
@@ -3,7 +3,7 @@ set -g mode-keys vi
 set -g history-limit 10000
 
 
-set -g default-command /bin/bash
+set -g default-command $SHELL
 
 unbind C-b 
 set -g prefix C-a 
@@ -41,17 +41,11 @@ set -g allow-rename off
 #bind C-y run "tmux save-buffer - | xclip -i"
 
 #move wayland clipbord into tmux buffer
-bind C-p run "tmux set-buffer \"$(wl-paste)\""
+bind C-p run "tmux set-buffer \"$(wm_paste)\""
 # move tmux copy buffer into wayland clipboard
-bind C-y run "tmux save-buffer - | wl-copy"
+bind C-y run "tmux save-buffer - | wm_copy"
 
 
-
-####################################
-# DESING ###########################
-# By /u/dothebarbwa on /r/unixporn #
-####################################
-
 # loud or quiet?
 set-option -g visual-activity off
 set-option -g visual-bell off
@@ -59,30 +53,32 @@ set-option -g visual-silence off
 set-window-option -g monitor-activity off
 set-option -g bell-action none
 
-#  modes
-setw -g clock-mode-colour colour5
-setw -g mode-style bold,fg=colour7,bg=colour8
+#### COLOUR (Solarized light)
+
+# default statusbar colors
+set-option -g status-style fg=yellow,bg=white #yellow and base2
+
+# default window title colors
+set-window-option -g window-status-style fg=brightyellow,bg=default #base0 and default
+#set-window-option -g window-status-style dim
 
-# panes
-set -g pane-border-style bg=colour8,fg=colour0
-set -g pane-active-border-style bg=colour0,fg=colour7
+# active window title colors
+set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default
+#set-window-option -g window-status-current-style bright
 
-# statusbar
-set -g status-position bottom
-set -g status-justify left
-set -g status-style bg=colour0,fg=colour137,dim
-set -g status-left ''
-set -g status-right '#[fg=colour233,bg=colour8,bold] %d/%m #[fg=colour233,bg=colour7,bold] %H:%M:%S '
-set -g status-right-length 50
-set -g status-left-length 20
+# pane border
+set-option -g pane-border-style fg=white #base2
+set-option -g pane-active-border-style fg=brightcyan #base1
 
-setw -g window-status-current-style fg=colour3,bg=colour8,bold
-setw -g window-status-current-format ' #I#[fg=colour3]:#[fg=colour7]#W#[fg=colour249]#F '
+# message text
+set-option -g message-style fg=brightred,bg=white #orange and base2
 
-setw -g window-status-style fg=colour8,bg=colour7,none
-setw -g window-status-format ' #I#[fg=colour8]:#[fg=colour8]#W#[fg=colour8]#F '
+# pane number display
+set-option -g display-panes-active-colour blue #blue
+set-option -g display-panes-colour brightred #orange
 
-setw -g window-status-bell-style fg=colour255,bg=colour1,bold
+# clock
+set-window-option -g clock-mode-colour green #green
 
-# messages
-set -g message-style fg=colour3,bg=colour0,bold
+# bell
+set-window-option -g window-status-bell-style fg=white,bg=red #base2, red