blob: f81c331d339a2882fc67f646a0a6f213e32d0535 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
sticky yes
xrdb -merge ~/.Xresources
color activeborder "#ffb3ff"
gap 0 0 24 0
borderwidth 3
bind-key 4-Return terminal
bind-key 4-d menu-exec
bind-key S4-q restart
bind-key S4-f window-fullscreen
bind-key 4-1 group-only-1
bind-key 4-2 group-only-2
bind-key 4-3 group-only-3
bind-key 4-4 group-only-4
bind-key 4-5 group-only-5
bind-key 4S-1 window-movetogroup-1
bind-key 4S-2 window-movetogroup-2
bind-key 4S-3 window-movetogroup-3
bind-key 4S-4 window-movetogroup-4
bind-key 4S-5 window-movetogroup-5
bind-key 4S-k window-htile
bind-key 4S-j window-vtile
command qutebrowser qutebrowser
command top top
|