Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
950 B

4 years ago
  1. XF86Audio{Lower,Raise}Volume
  2. amixer -c 0 set PCM 10{-,+}
  3. XF86AudioMute
  4. amixer set PCM 0%
  5. XF86Audio{Prev,Next,Play,Stop}
  6. mpc {prev,next,toggle,stop}
  7. super + Return
  8. alacritty
  9. super + space
  10. rofi -mode window,run,ssh,drun -show drun
  11. super + Escape
  12. pkill -USR1 -x sxhkd
  13. super + alt + Escape
  14. bspc quit
  15. super + {_,shift +}q
  16. bspc node -{c,k}
  17. super + {_,shift +} f
  18. bspc node -t {fullscreen, tiled}
  19. super + g
  20. bspc node -s biggest
  21. super + {_,shift}{h,j,k,l}
  22. bspc node -{f,s} {west,south,north,east}
  23. super + {_,Shift}Tab
  24. bspc node -f {next,prev}
  25. XF86{Back,Forward}
  26. {WINDOW=left;DESKTOP=prev;,WINDOW=right;DESKTOP=next;} \
  27. if ! bspc window -f $WINDOW; then \
  28. bspc desktop -f $DESKTOP; \
  29. fi
  30. super + {_,shift +}{1-9,0}
  31. bspc {desktop -f,node -d} '^{1-9,10}'
  32. {_,shift +}Menu
  33. {surf -g -N https://searx.me,zathura}
  34. super + {_,shift +} space
  35. bspc node -t {tiled, floating}
  36. super + v
  37. mpv $(xclip -o -sel clip)
  38. super + e
  39. emacs