dot_testing/config/sxhkd/sxhkdrc

69 lines
858 B
Plaintext
Raw Normal View History

2021-05-09 19:04:25 -05:00
# rndusr's sxhkdrc
# program launching + sxhkd reload
super + Return
st
super + d
2022-07-05 23:05:46 -05:00
tmenu_run
2021-05-09 19:04:25 -05:00
2022-06-26 19:57:05 -05:00
super + z
pash-dmenu
2021-05-09 19:04:25 -05:00
super + r
2022-01-07 02:38:39 -06:00
pkill -USR1 -x sxhkd; \
2021-05-09 19:04:25 -05:00
bspc wm -r
super + w
2022-11-10 14:35:34 -06:00
disp && wallpaper && statusbar
2021-05-09 19:04:25 -05:00
2021-05-12 12:47:00 -05:00
super + {_,shift + }n
nws {local,national}
2022-07-06 00:36:14 -05:00
super + ctrl + n
net
2022-07-15 16:35:22 -05:00
super + ctrl + t
2022-07-06 00:36:14 -05:00
st -e htop
2022-06-18 16:33:49 -05:00
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
vol {inc,dec}
2022-06-26 19:02:10 -05:00
super + b
fire
super + shift + b
fire -P
2022-08-16 20:45:37 -05:00
super + ctrl + b
chromium
2022-06-18 16:33:49 -05:00
super + {_,shift + }v
vol {inc,dec}
2021-05-11 22:09:38 -05:00
2023-01-31 11:28:21 -06:00
# bspwm
2021-05-09 19:04:25 -05:00
super + q
bspc node -c
super + e
bspc quit 0
2022-07-31 19:23:15 -05:00
super + shift + e
2023-09-23 03:42:22 -05:00
systemctl suspend
2022-07-31 19:23:15 -05:00
super + {_,ctrl +,shift + }{h,j,k,l}
bspc node -{f,p,s} {west,south,north,east}
2021-05-09 19:04:25 -05:00
super + {_,shift + } {1-9,0}
2023-09-23 03:42:22 -05:00
bspc {desktop -f,node -d} '^{1-9,10}'
2021-05-09 19:04:25 -05:00
super + {t,f,s}
bspc node -t {tiled,floating,fullscreen}
2022-07-07 22:29:17 -05:00
super + shift + t
bspwm-toggle-gaps
2023-03-24 10:24:33 -05:00
alt + F4
exit