diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-22 16:31:30 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-22 16:31:30 +0530 |
| commit | ec9e16502d94555f139c5045897e7f7faab08c47 (patch) | |
| tree | a313308f997e50d5ebfe8a280258565c53022f28 /hypr/hyprland | |
| parent | 0adbd1f869e5208ea89c081470bb3fe855e1e798 (diff) | |
brigthtness fix
Diffstat (limited to 'hypr/hyprland')
| -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 |
