2013-03-16 12:29:24 +01:00
|
|
|
#
|
|
|
|
# bspwm hotkeys
|
|
|
|
#
|
|
|
|
|
|
|
|
super + alt + Escape
|
|
|
|
bspc quit
|
|
|
|
|
|
|
|
super + w
|
|
|
|
bspc close
|
|
|
|
|
|
|
|
super + t
|
|
|
|
bspc cycle_layout
|
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + b
|
|
|
|
bspc balance
|
|
|
|
|
2013-03-16 12:29:24 +01:00
|
|
|
super + {s,f}
|
|
|
|
bspc toggle_{floating,fullscreen}
|
|
|
|
|
|
|
|
super + {grave,Tab}
|
|
|
|
bspc {alternate,alternate_desktop}
|
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + apostrophe
|
|
|
|
bspc swap
|
|
|
|
|
|
|
|
super + m
|
|
|
|
wid=$(bspc biggest); \
|
|
|
|
[ -n "$wid" ] && xdo activate $wid && bspc swap
|
|
|
|
|
2013-06-23 15:21:09 +02:00
|
|
|
super + {_,shift + }{h,j,k,l}
|
|
|
|
bspc {focus,shift} {left,down,up,right}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + {c,shift + c}
|
|
|
|
bspc cycle {next,prev}
|
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + {comma,period}
|
|
|
|
bspc circulate {backward,forward}
|
|
|
|
|
2013-03-16 12:29:24 +01:00
|
|
|
super + bracket{left,right}
|
|
|
|
bspc cycle_desktop {prev,next}
|
|
|
|
|
|
|
|
super + ctrl + {h,j,k,l}
|
|
|
|
bspc presel {left,down,up,right}
|
|
|
|
|
2013-06-24 16:36:59 +02:00
|
|
|
super + alt + {h,j,k,l}
|
|
|
|
bspc push {left,down,up,right}
|
|
|
|
|
|
|
|
super + alt + shift + {h,j,k,l}
|
|
|
|
bspc pull {right,up,down,left}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + ctrl + {1-9}
|
|
|
|
bspc ratio 0.{1-9}
|
|
|
|
|
2013-06-23 15:21:09 +02:00
|
|
|
super + {_,shift + }{1-9,0}
|
|
|
|
bspc {use,send_to} {1-9,0}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-23 15:21:09 +02:00
|
|
|
:button1
|
|
|
|
bspc grab_pointer focus
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + button{1-3}
|
2013-03-16 12:29:24 +01:00
|
|
|
bspc grab_pointer {move,resize_side,resize_corner}
|
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + !button{1-3}
|
|
|
|
bspc track_pointer %i %i
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + @button{1-3}
|
|
|
|
bspc ungrab_pointer
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# wm independent hotkeys
|
|
|
|
#
|
|
|
|
|
|
|
|
super + Return
|
|
|
|
urxvt
|
|
|
|
|
|
|
|
super + space
|
|
|
|
dmenu_run
|
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
# make sxhkd reload its configuration files:
|
2013-03-16 12:29:24 +01:00
|
|
|
super + Escape
|
|
|
|
pkill -USR1 -x sxhkd
|
|
|
|
|
2013-04-09 10:35:20 +02:00
|
|
|
# vim: set ft=sxhkdrc:
|