dotfiles/config/bspwm/sxhkd (view raw)
| 1 | # Smirnov-O <ss2316544@gmail.com> |
| 2 | # BSPWM/SXKBD config file |
| 3 | |
| 4 | ## == USER keys |
| 5 | super + {_,shift} Return |
| 6 | {kitty, rofi -show drun} |
| 7 | |
| 8 | super + shift + {w, e, f, s, t, q} |
| 9 | {google-chrome-stable, \ |
| 10 | code, \ |
| 11 | nemo, \ |
| 12 | .applications/simplenote.appimage, \ |
| 13 | .applications/todoist.appimage, \ |
| 14 | xkill } |
| 15 | |
| 16 | {_,shift,ctrl} Print |
| 17 | {scrot -s, \ |
| 18 | scrot, \ |
| 19 | scrot -u } |
| 20 | |
| 21 | super + {equal, minus, shift+minus} |
| 22 | amixer sset Master {2%+, 2%-, toggle} |
| 23 | |
| 24 | super + Escape |
| 25 | .config/rofi/script/powermenu.sh |
| 26 | |
| 27 | ### == BSPWM keys |
| 28 | super + q |
| 29 | bspc node -c |
| 30 | |
| 31 | super + control + r |
| 32 | bspc wm -r \ |
| 33 | && pkill sxhkd \ |
| 34 | && sxhkd -c ~/.config/bspwm/sxhkd |
| 35 | |
| 36 | super + {_,shift + } {h,j,k,l} |
| 37 | bspc node -{f,s} {west,south,north,east} |
| 38 | |
| 39 | super + ctrl + {h,j,k,l} |
| 40 | bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} |
| 41 | |
| 42 | super + {_,shift + }{1-9} |
| 43 | bspc {desktop -f,node -d} focused:'^{1-9}' |
| 44 | |
| 45 | super + shift + {Tab, F11} |
| 46 | bspc node -t {floating,fullscreen} |
| 47 | |
| 48 | super + Tab |
| 49 | bspc node -t tiled |
| 50 | |
| 51 | # vim: ft=sxhkdrc |