sxhkdrc 575 B

12345678910111213141516171819202122232425262728293031323334
  1. # Reload functions
  2. alt + Escape
  3. "$XDG_CONFIG_HOME"/sxhkd/functions
  4. alt + shift + p
  5. passmenu --type -i
  6. Print
  7. ~/.scripts/screenshot.sh
  8. alt + shift + e
  9. ~/.scripts/exit_menu.sh
  10. # Launch programs
  11. alt + shift + s
  12. spotify
  13. alt + shift + f
  14. $BROWSER
  15. # Media controls
  16. XF86AudioRaiseVolume
  17. amixer sset Master 4%+
  18. XF86AudioLowerVolume
  19. amixer sset Master 4%-
  20. XF86AudioMute
  21. amixer sset Master toggle
  22. XF86AudioPlay
  23. playerctl play-pause || mpc toggle
  24. XF86AudioNext
  25. playerctl next || mpc next
  26. XF86AudioPrev
  27. playerctl previous || mpc prev