config update
This commit is contained in:
parent
4f41ee1df8
commit
0756d1a4fe
3 changed files with 3 additions and 1 deletions
|
@ -168,6 +168,7 @@ for_window [class="pinentry"] floating enable
|
|||
for_window [class="plugin-container"] floating enable
|
||||
for_window [class="Qmmp"] floating enable
|
||||
for_window [class="Vncviewer"] floating enable
|
||||
for_window [class="vlc"] floating enable
|
||||
for_window [class="X64"] floating enable
|
||||
for_window [class="(?i)firefox" instance="^(?!Navigator$)"] floating enable
|
||||
for_window [title="^Cacti - Realtime"] floating enable
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
</placement>
|
||||
<theme>
|
||||
<name>Arc-Darker</name>
|
||||
<titleLayout>NLIMC</titleLayout>
|
||||
<titleLayout>NLC</titleLayout>
|
||||
<!--
|
||||
available characters are NDSLIMC, each can occur at most once.
|
||||
N: window icon
|
||||
|
|
|
@ -18,6 +18,7 @@ bind y command-prompt break-pane
|
|||
bind -n M-w next-window
|
||||
bind -n M-q previous-window
|
||||
bind -n M-` last-window
|
||||
bind -n M-Escape last-window
|
||||
set -g prefix C-g
|
||||
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||
set -g mode-keys "vi"
|
||||
|
|
Loading…
Reference in a new issue