diff options
author | Yigit Sever | 2024-08-30 11:06:19 +0200 |
---|---|---|
committer | Yigit Sever | 2024-08-30 11:06:19 +0200 |
commit | c2c54ed574d00d96a772e096abdfa2da3b60fdd6 (patch) | |
tree | bf61440b8c30dca5b69b949c5cd04f2b69c81379 /.config/hypr/conf/sound_brightness_notifications.conf | |
parent | 81cb7e952301e6ef240ae11434e05207cce39788 (diff) | |
download | dotfiles-c2c54ed574d00d96a772e096abdfa2da3b60fdd6.tar.gz dotfiles-c2c54ed574d00d96a772e096abdfa2da3b60fdd6.tar.bz2 dotfiles-c2c54ed574d00d96a772e096abdfa2da3b60fdd6.zip |
hypr: start tracking
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 | ||