dotfiles/config/bspwm/sxhkd
2021-09-20 16:50:53 +03:00

40 lines
798 B
Text

#== Users hotkeys
super + {_, shift} Return
{alacritty, rofi -show drun}
super + shift + {w, e, f, z, q}
{google-chrome-stable, \
code, \
nemo, \
slock, \
xkill }
super + {equal, minus, shift + minus}
amixer sset Master {2%+, 2%-, toggle}
Print
flameshot gui
super + Escape
.config/rofi/script/powermenu.sh
#== BSPWM
super + q
bspc node -c
super + control + r
bspc wm -r && pkill sxhkd && sxhkd -c ~/.config/bspwm/sxhkd
super + {_,shift + } {h,j,k,l}
bspc node -{f,s} {west,south,north,east}
super + ctrl + {h,j,k,l}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
super + {_,shift + }{1-9}
bspc {desktop -f,node -d} focused:'^{1-9}'
super + {s, f, d}
bspc node -t {tiled, floating, fullscreen}
# vim: ft=sxhkdrc