2023-11-22 16:53:33 -06:00
|
|
|
# spawn a terminal
|
2021-05-09 19:04:25 -05:00
|
|
|
super + Return
|
2023-11-22 16:53:33 -06:00
|
|
|
st
|
2021-05-09 19:04:25 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# spawn the launcher
|
2021-05-09 19:04:25 -05:00
|
|
|
super + d
|
2023-11-22 16:53:33 -06:00
|
|
|
tmenu_run
|
2022-06-26 19:57:05 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# kill sxhkd with USR1 and restart bspwm
|
2021-05-09 19:04:25 -05:00
|
|
|
super + r
|
2023-11-22 16:53:33 -06:00
|
|
|
pkill -USR1 -x sxhkd; \
|
|
|
|
bspc wm -r
|
2021-05-09 19:04:25 -05:00
|
|
|
|
2021-05-12 12:47:00 -05:00
|
|
|
super + {_,shift + }n
|
2023-11-22 16:53:33 -06:00
|
|
|
nws {local,national}
|
2021-05-12 12:47:00 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# switch to "mouse mode"
|
2023-11-15 21:04:50 -06:00
|
|
|
super + m
|
|
|
|
mode mouse
|
2022-07-06 00:36:14 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# kill the current node
|
2021-05-09 19:04:25 -05:00
|
|
|
super + q
|
2023-11-22 16:53:33 -06:00
|
|
|
bspc node -c
|
2021-05-09 19:04:25 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# kill bspwm
|
2021-05-09 19:04:25 -05:00
|
|
|
super + e
|
2023-11-22 16:53:33 -06:00
|
|
|
bspc quit 0
|
2021-05-09 19:04:25 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# systemctl suspend
|
2022-07-31 19:23:15 -05:00
|
|
|
super + shift + e
|
2023-11-22 16:53:33 -06:00
|
|
|
systemctl suspend
|
2022-07-31 19:23:15 -05:00
|
|
|
|
2024-04-15 19:33:35 -05:00
|
|
|
# password menu
|
|
|
|
super + z
|
|
|
|
passmenu
|
|
|
|
|
2024-04-25 09:51:01 -05:00
|
|
|
# start a browser
|
|
|
|
super + b
|
|
|
|
chromium
|
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# manipulate a node
|
2021-07-16 16:44:32 -05:00
|
|
|
super + {_,ctrl +,shift + }{h,j,k,l}
|
2023-11-22 16:53:33 -06:00
|
|
|
bspc node -{f,p,s} {west,south,north,east}
|
2021-05-09 19:04:25 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# change to or move a node to a desktop
|
2021-05-09 19:04:25 -05:00
|
|
|
super + {_,shift + } {1-9,0}
|
2023-11-22 16:53:33 -06:00
|
|
|
bspc {desktop -f,node -d} '{1-9,10}'
|
2021-05-09 19:04:25 -05:00
|
|
|
|
2023-11-22 16:53:33 -06:00
|
|
|
# change a node to tiling, floating, or fullscreen
|
2021-05-09 19:04:25 -05:00
|
|
|
super + {t,f,s}
|
2023-11-22 16:53:33 -06:00
|
|
|
bspc node -t {tiled,floating,fullscreen}
|
2024-02-04 07:48:42 -06:00
|
|
|
|
|
|
|
XF86RotateWindows
|
|
|
|
tabletmenu
|