diff --git a/home/dotfiles/hyprland.conf b/home/dotfiles/hyprland.conf index 042f3fd8..8c5c5c69 100644 --- a/home/dotfiles/hyprland.conf +++ b/home/dotfiles/hyprland.conf @@ -191,17 +191,16 @@ bindm = $mainMod, mouse:273, resizewindow bind = , xf86monbrightnessup, 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 = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%- bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle +bind = , xf86audioplay, exec, playerctl play-pause # Extra bindings for petalburg. bind = ,xf86launch4, exec, pp-adjuster # bind = ,xf86launch1, exec, cs-adjuster bind = , xf86launch2, exec, playerctl play-pause -bind = , xf86audioplay, exec, playerctl play-pause - # Screenshot with hyprshot. bind = , PRINT, exec, hyprshot -m output --clipboard-only \ No newline at end of file