]> Skullheadx's Git Forge - nixos.git/commitdiff
change wrong hyprland keybinds for vol up/down
authorAndrew <admonty1@protonmail.com>
Sat, 23 Aug 2025 15:39:40 +0000 (11:39 -0400)
committerAndrew <admonty1@protonmail.com>
Sat, 23 Aug 2025 15:39:40 +0000 (11:39 -0400)
hyprland/binds.nix

index 5f02ffd96705db8d6dd2e4e9ef0c637976ccebad..e71dbe196820e456c21294c1c40c7d36e4d22ec7 100644 (file)
@@ -72,8 +72,8 @@ in
       ", XF86AudioPrev, exec, playerctl previous && notify-send 'Previous Song'"
       ", XF86AudioPlay, exec, playerctl play-pause && notify-send 'Pause/Play Toggled'"
       ", XF86AudioStop, exec, playerctl stop && notify-send 'Music Stopped'"
-      ", F10, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ && notify-send 'Volume Up'"
-      ", F11, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && notify-send 'Volume Down'"
+      ", F11, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ && notify-send 'Volume Up'"
+      ", F10, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && notify-send 'Volume Down'"
       ", F9, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && notify-send 'Mute Toggled'"
       ", F6, exec, playerctl next && notify-send 'Next Song'"
       ", F5, exec, playerctl previous && notify-send 'Previous Song'"