diff options
author | Davide Conti <[email protected]> | 2024-09-08 20:36:33 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-08 22:53:28 +0300 |
commit | 05b48d48d9074041fd7987c36f04bdc1dafa575c (patch) | |
tree | 8346af5e07b402a3177d8e01146b020acea81c39 | |
parent | 07a21fdfa9e4d3827457dc3f08a4910703fedd35 (diff) | |
download | Hyprland-05b48d48d9074041fd7987c36f04bdc1dafa575c.tar.gz Hyprland-05b48d48d9074041fd7987c36f04bdc1dafa575c.zip |
config: Limit max volume to 100%
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 76e5bcdb..1179a274 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -229,7 +229,7 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow # Laptop multimedia keys for volume and LCD brightness -bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ +bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle |