update
This commit is contained in:
parent
c538385094
commit
0f1a4dfd74
2
sxhkdrc
2
sxhkdrc
|
@ -60,7 +60,7 @@ super + o
|
|||
super + y
|
||||
alacritty -t "WM_FORCE_FLOATING" -e "/usr/local/src/dmenu_buku/buku_add_primary.sh"
|
||||
|
||||
super + x
|
||||
super + c
|
||||
xcompmgr-toggle
|
||||
|
||||
# surf
|
||||
|
|
|
@ -71,6 +71,7 @@ super + bracket{left,right}
|
|||
|
||||
# focus the last node/desktop
|
||||
# super + grave
|
||||
rbspc node -f last
|
||||
super + n
|
||||
bspc node -f last
|
||||
|
||||
|
|
|
@ -10,5 +10,5 @@ super + {_,shift + }{1-9,0}
|
|||
super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}
|
||||
bspc {desktop -f,node -d} '{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}'
|
||||
|
||||
super + {_,shift + }{KP_Enter, KP_End,KP_Down,KP_Next,KP_Left,KP_Begin,KP_Right,KP_Home,KP_Up,KP_Prior,KP_Add}
|
||||
bspc {desktop -f,node -d} '{KP_Enter, KP_End,KP_Down,KP_Next,KP_Left,KP_Begin,KP_Right,KP_Home,KP_Up,KP_Prior,KP_Add}'
|
||||
super + {_,shift + }x
|
||||
bspc {desktop -f,node -d} 'x'
|
||||
|
|
Loading…
Reference in New Issue