diff options
Diffstat (limited to 'user/sxhkd')
-rw-r--r-- | user/sxhkd/.config/sxhkd/sxhkdrc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/user/sxhkd/.config/sxhkd/sxhkdrc b/user/sxhkd/.config/sxhkd/sxhkdrc new file mode 100644 index 00000000..35179e9d --- /dev/null +++ b/user/sxhkd/.config/sxhkd/sxhkdrc @@ -0,0 +1,29 @@ +XF86AudioMute + pamixer --toggle-mute + +XF86Audio{Lower,Raise}Volume + pamixer --{decrease,increase} 1 + +@XF86AudioMicMute + pamixer --source 2 --toggle-mute + +XF86MonBrightness{Down,Up} + light -{U,A} 2% + +XF86Display + disper -C + +XF86AudioPlay + cmus-remote --pause + +XF86Audio{Prev,Next} + cmus-remote --{prev,next} + +# XF86WLAN + +XF86Tools + networkmanager_dmenu + +# XF86Search +# XF86LaunchA +# XF86Explorer \ No newline at end of file |