dotfiles/config/bspwm/sxhkd (view raw)
| 1 | #== Users hotkeys |
| 2 | super + {_, shift} Return |
| 3 | {kitty, rofi -show drun} |
| 4 | |
| 5 | super + shift + {w, e, f, z, q} |
| 6 | {google-chrome-stable, \ |
| 7 | code, \ |
| 8 | nemo, \ |
| 9 | slock, \ |
| 10 | xkill } |
| 11 | |
| 12 | super + {equal, minus, shift + minus} |
| 13 | amixer sset Master {2%+, 2%-, toggle} |
| 14 | |
| 15 | |
| 16 | flameshot gui |
| 17 | |
| 18 | super + Escape |
| 19 | .config/rofi/script/powermenu.sh |
| 20 | |
| 21 | #== BSPWM |
| 22 | super + q |
| 23 | bspc node -c |
| 24 | |
| 25 | super + control + r |
| 26 | bspc wm -r && pkill sxhkd && sxhkd -c ~/.config/bspwm/sxhkd |
| 27 | |
| 28 | super + {_,shift + } {h,j,k,l} |
| 29 | bspc node -{f,s} {west,south,north,east} |
| 30 | |
| 31 | super + ctrl + {h,j,k,l} |
| 32 | bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} |
| 33 | |
| 34 | super + {_,shift + }{1-9} |
| 35 | bspc {desktop -f,node -d} focused:'^{1-9}' |
| 36 | |
| 37 | super + {s, f, d} |
| 38 | bspc node -t {tiled, floating, fullscreen} |
| 39 | |
| 40 | # vim: ft=sxhkdrc |