2013-03-16 12:29:24 +01:00
|
|
|
#
|
|
|
|
# bspwm hotkeys
|
|
|
|
#
|
|
|
|
|
|
|
|
super + alt + Escape
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc quit
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + w
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -c
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + t
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc desktop -l next
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + b
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc desktop -B
|
2013-06-18 20:40:13 +02:00
|
|
|
|
2013-03-16 12:29:24 +01:00
|
|
|
super + {s,f}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -t {floating,fullscreen}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + {grave,Tab}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc {window,desktop} -f last
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + apostrophe
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -s last
|
2013-06-18 20:40:13 +02:00
|
|
|
|
2013-10-08 17:51:44 +02:00
|
|
|
super + {o,i}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc control --record-history off; \
|
|
|
|
bspc window {older,newer} -f; \
|
|
|
|
bspc control --record-history on
|
2013-10-08 17:51:44 +02:00
|
|
|
|
2013-08-06 15:13:22 +02:00
|
|
|
super + y
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -w last.manual
|
2013-08-06 15:13:22 +02:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + m
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -s biggest
|
2013-06-18 20:40:13 +02:00
|
|
|
|
2013-06-23 15:21:09 +02:00
|
|
|
super + {_,shift + }{h,j,k,l}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -{f,s} {left,down,up,right}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-07-08 11:42:05 +02:00
|
|
|
super + {_,shift + }c
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -f {next,prev}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + {comma,period}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc desktop -C {backward,forward}
|
2013-06-18 20:40:13 +02:00
|
|
|
|
2013-03-16 12:29:24 +01:00
|
|
|
super + bracket{left,right}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc desktop -f {prev,next}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + ctrl + {h,j,k,l}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -p {left,down,up,right}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-28 13:42:22 +02:00
|
|
|
super + ctrl + {_,shift + }space
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc {window -p cancel,desktop -c}
|
2013-06-28 13:42:22 +02:00
|
|
|
|
2013-06-24 16:36:59 +02:00
|
|
|
super + alt + {h,j,k,l}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -e {left -10,down +10,up -10,right +10}
|
2013-06-24 16:36:59 +02:00
|
|
|
|
|
|
|
super + alt + shift + {h,j,k,l}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -e {right -10,up +10,down -10,left +10}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + ctrl + {1-9}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc window -r 0.{1-9}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-23 15:21:09 +02:00
|
|
|
super + {_,shift + }{1-9,0}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc {desktop -f,window -d} ^{1-9,10}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-08-28 23:17:03 +02:00
|
|
|
~button1
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc pointer -g focus
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
super + button{1-3}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc pointer -g {move,resize_side,resize_corner}
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-10-20 20:33:34 +02:00
|
|
|
super + @button{1-3}
|
2014-01-21 20:48:49 +01:00
|
|
|
bspc pointer -u
|
2013-10-20 20:33:34 +02:00
|
|
|
|
2013-03-16 12:29:24 +01:00
|
|
|
#
|
|
|
|
# wm independent hotkeys
|
|
|
|
#
|
|
|
|
|
|
|
|
super + Return
|
2014-01-21 20:48:49 +01:00
|
|
|
urxvt
|
2013-03-16 12:29:24 +01:00
|
|
|
|
|
|
|
super + space
|
2014-01-21 20:48:49 +01:00
|
|
|
dmenu_run
|
2013-03-16 12:29:24 +01:00
|
|
|
|
2013-06-18 20:40:13 +02:00
|
|
|
# make sxhkd reload its configuration files:
|
2013-03-16 12:29:24 +01:00
|
|
|
super + Escape
|
2014-01-21 20:48:49 +01:00
|
|
|
pkill -USR1 -x sxhkd
|