diff options
| -rw-r--r-- | .config/hypr/binds.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index eee39ef..3394c32 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -42,8 +42,14 @@ bind = $mainMod SHIFT,up ,movewindow, u bind = $mainMod SHIFT,down ,movewindow, d # controls -bind = , xf86monbrightnessup , exec, brightnessctl set 10%+ -bind = , xf86monbrightnessdown, exec, brightnessctl set 10%- +binde = , xf86monbrightnessup , exec, brightnessctl set 10%+ +binde = , xf86monbrightnessdown, exec, brightnessctl set 10%- + +binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+ +binde = , XF86AudioLowerVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%- +binde = SHIFT, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 1%+ +binde = SHIFT, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 1%- +binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle # screenshot + crop keybind bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" "${HOME}/Pictures/screenshots/screenshot-$(date +%F-%T).png" |
