hyprland: cleaned up keybindings

This commit is contained in:
Aly Raffauf 2024-03-24 03:38:08 -04:00
parent ce22b312b3
commit 535e9bd386

View file

@ -191,17 +191,16 @@ bindm = $mainMod, mouse:273, resizewindow
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+ bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
bind = , xf86monbrightnessdown, exec, brightnessctl set 10%- bind = , xf86monbrightnessdown, exec, brightnessctl set 10%-
# Adjust volume. # Adjust volume and play/pause.
bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+ bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+
bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%- bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%-
bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
bind = , xf86audioplay, exec, playerctl play-pause
# Extra bindings for petalburg. # Extra bindings for petalburg.
bind = ,xf86launch4, exec, pp-adjuster bind = ,xf86launch4, exec, pp-adjuster
# bind = ,xf86launch1, exec, cs-adjuster # bind = ,xf86launch1, exec, cs-adjuster
bind = , xf86launch2, exec, playerctl play-pause bind = , xf86launch2, exec, playerctl play-pause
bind = , xf86audioplay, exec, playerctl play-pause
# Screenshot with hyprshot. # Screenshot with hyprshot.
bind = , PRINT, exec, hyprshot -m output --clipboard-only bind = , PRINT, exec, hyprshot -m output --clipboard-only