add dmenu_buku
This commit is contained in:
parent
103d11f0d8
commit
8500949ef8
2
sxhkdrc
2
sxhkdrc
|
@ -52,7 +52,7 @@ super + shift + e
|
||||||
slock
|
slock
|
||||||
|
|
||||||
super + o
|
super + o
|
||||||
bm
|
dmenu_buku
|
||||||
|
|
||||||
super + x
|
super + x
|
||||||
xcompmgr-toggle
|
xcompmgr-toggle
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# patricia specific hotkeys
|
# MachineOne specific hotkeys
|
||||||
#
|
#
|
||||||
|
|
||||||
# focus or send to the given desktop
|
# focus or send to the given desktop
|
||||||
|
@ -9,3 +9,6 @@ super + {_,shift + }{1-9,0}
|
||||||
|
|
||||||
super + {_,shift + }{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}
|
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}'
|
bspc {desktop -f,node -d} '{F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,F11,F12}'
|
||||||
|
|
||||||
|
super + {_,shift + }{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_End,KP_Down,KP_Next,KP_Left,KP_Begin,KP_Right,KP_Home,KP_Up,KP_Prior,KP_Add}'
|
||||||
|
|
Loading…
Reference in New Issue