From 535e9bd386e5eda6fd4fe5aabcff1ee4335d5067 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 03:38:08 -0400 Subject: [PATCH] hyprland: cleaned up keybindings --- home/dotfiles/hyprland.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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