diff options
Diffstat (limited to 'hypr/hyprland/keybinds.conf')
| -rw-r--r-- | hypr/hyprland/keybinds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index 2b6eb7b..b7a0245 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -59,8 +59,8 @@ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 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 -bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+ -bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%- +bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 100%+ +bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 100%- # Requires playerctl bindl = ,XF86AudioNext, exec, playerctl next |
