diff options
Diffstat (limited to '.config/hypr/conf/sound_brightness_notifications.conf')
-rw-r--r-- | .config/hypr/conf/sound_brightness_notifications.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/hypr/conf/sound_brightness_notifications.conf b/.config/hypr/conf/sound_brightness_notifications.conf new file mode 100644 index 0000000..e198237 --- /dev/null +++ b/.config/hypr/conf/sound_brightness_notifications.conf | |||
@@ -0,0 +1,9 @@ | |||
1 | bind = , XF86MonBrightnessUp, exec, lightctl up | ||
2 | bind = , XF86MonBrightnessDown, exec, lightctl down | ||
3 | |||
4 | bindl = , XF86AudioMicMute, exec, volumectl -m toggle-mute | ||
5 | bindl = , XF86AudioMute, exec, volumectl toggle-mute | ||
6 | bindle = , XF86AudioRaiseVolume, exec, volumectl -u up | ||
7 | bindle = , XF86AudioLowerVolume, exec, volumectl -u down | ||
8 | |||
9 | exec-once = avizo-service | ||