diff options
Diffstat (limited to 'sxhkd/sxhkdrc')
| -rw-r--r-- | sxhkd/sxhkdrc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 870db32..bf0f909 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -38,4 +38,13 @@ XF86MonBrightnessUp brightnessctl set 5%+ XF86MonBrightnessDown - brightnessctl set 5%-
\ No newline at end of file + brightnessctl set 5%- + +XF86AudioRaiseVolume + wpctl set-volume @DEFAULT_SINK@ 2%+ + +XF86AudioLowerVolume + wpctl set-volume @DEFAULT_SINK@ 2%- + +XF86AudioMute + wpctl set-mute @DEFAULT_SINK@ toggle |
