Add .tmux.conf
This commit is contained in:
parent
8a2ac96246
commit
33862483fc
55
arch-config/.tmux.conf
Normal file
55
arch-config/.tmux.conf
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
activity-action other
|
||||||
|
assume-paste-time 1
|
||||||
|
base-index 0
|
||||||
|
bell-action any
|
||||||
|
default-command
|
||||||
|
default-shell /usr/bin/fish
|
||||||
|
default-size 80x24
|
||||||
|
destroy-unattached off
|
||||||
|
detach-on-destroy on
|
||||||
|
display-panes-active-colour red
|
||||||
|
display-panes-colour blue
|
||||||
|
display-panes-time 1000
|
||||||
|
display-time 750
|
||||||
|
history-limit 2000
|
||||||
|
key-table root
|
||||||
|
lock-after-time 0
|
||||||
|
lock-command "lock -np"
|
||||||
|
message-command-style fg=yellow,bg=black
|
||||||
|
message-style fg=black,bg=yellow
|
||||||
|
mouse off
|
||||||
|
prefix C-b
|
||||||
|
prefix2 Invalid#1fff00000000
|
||||||
|
renumber-windows off
|
||||||
|
repeat-time 500
|
||||||
|
set-titles off
|
||||||
|
set-titles-string "#S:#I:#W - \"#T\" #{session_alerts}"
|
||||||
|
silence-action other
|
||||||
|
status on
|
||||||
|
status-bg green
|
||||||
|
status-fg black
|
||||||
|
status-format[0] "#[align=left range=left #{status-left-style}]#[push-default]#{T;=/#{status-left-length}:status-left}#[pop-default]#[norange default]#[list=on align=#{status-justify}]#[list=left-marker]<#[list=right-marker]>#[list=on]#{W:#[range=window|#{window_index} #{window-status-style}#{?#{&&:#{window_last_flag},#{!=:#{window-status-last-style},default}}, #{window-status-last-style},}#{?#{&&:#{window_bell_flag},#{!=:#{window-status-bell-style},default}}, #{window-status-bell-style},#{?#{&&:#{||:#{window_activity_flag},#{window_silence_flag}},#{!=:#{window-status-activity-style},default}}, #{window-status-activity-style},}}]#[push-default]#{T:window-status-format}#[pop-default]#[norange default]#{?window_end_flag,,#{window-status-separator}},#[range=window|#{window_index} list=focus #{?#{!=:#{window-status-current-style},default},#{window-status-current-style},#{window-status-style}}#{?#{&&:#{window_last_flag},#{!=:#{window-status-last-style},default}}, #{window-status-last-style},}#{?#{&&:#{window_bell_flag},#{!=:#{window-status-bell-style},default}}, #{window-status-bell-style},#{?#{&&:#{||:#{window_activity_flag},#{window_silence_flag}},#{!=:#{window-status-activity-style},default}}, #{window-status-activity-style},}}]#[push-default]#{T:window-status-current-format}#[pop-default]#[norange list=on default]#{?window_end_flag,,#{window-status-separator}}}#[nolist align=right range=right #{status-right-style}]#[push-default]#{T;=/#{status-right-length}:status-right}#[pop-default]#[norange default]"
|
||||||
|
status-format[1] "#[align=centre]#{P:#{?pane_active,#[reverse],}#{pane_index}[#{pane_width}x#{pane_height}]#[default] }"
|
||||||
|
status-interval 15
|
||||||
|
status-justify left
|
||||||
|
status-keys emacs
|
||||||
|
status-left "[#S] "
|
||||||
|
status-left-length 10
|
||||||
|
status-left-style default
|
||||||
|
status-position bottom
|
||||||
|
status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y"
|
||||||
|
status-right-length 40
|
||||||
|
status-right-style default
|
||||||
|
status-style fg=black,bg=green
|
||||||
|
update-environment[0] DISPLAY
|
||||||
|
update-environment[1] KRB5CCNAME
|
||||||
|
update-environment[2] SSH_ASKPASS
|
||||||
|
update-environment[3] SSH_AUTH_SOCK
|
||||||
|
update-environment[4] SSH_AGENT_PID
|
||||||
|
update-environment[5] SSH_CONNECTION
|
||||||
|
update-environment[6] WINDOWID
|
||||||
|
update-environment[7] XAUTHORITY
|
||||||
|
visual-activity off
|
||||||
|
visual-bell off
|
||||||
|
visual-silence off
|
||||||
|
word-separators " "
|
@ -79,6 +79,7 @@ cp -r ~/config/.face ~/ &&
|
|||||||
cp -r ~/config/.gtkrc-2.0 ~/ &&
|
cp -r ~/config/.gtkrc-2.0 ~/ &&
|
||||||
cp -r ~/config/.gitconfig ~/ &&
|
cp -r ~/config/.gitconfig ~/ &&
|
||||||
cp -r ~/config/.fehbg ~/ &&
|
cp -r ~/config/.fehbg ~/ &&
|
||||||
|
cp -r ~/config/.tmux.conf ~/ &&
|
||||||
echo Copied files
|
echo Copied files
|
||||||
|
|
||||||
# make fehbg executable
|
# make fehbg executable
|
||||||
|
Loading…
Reference in New Issue
Block a user