Created
August 28, 2018 13:42
-
-
Save jwhett/3019283ba5c7f49e02cd3cb901a11ad6 to your computer and use it in GitHub Desktop.
SXHKD Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
F1 | |
gdimmer -down | |
shift + F1 | |
gdimmer -f -set 512 | |
F2 | |
gdimmer -up | |
shift + F2 | |
gdimmer -m | |
F3 | |
clipmenu | |
F5 | |
kill -s SIGUSR1 $(pgrep sxhkd) | |
shift + F5 | |
kill -s SIGUSR1 $(pgrep redshift) | |
F8 | |
slock | |
F10 | |
amixer set Master togglemute | |
F11 | |
amixer set Master 5%- | |
F12 | |
amixer set Master 5%+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment