diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-23 11:39:40 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-23 11:39:40 -0400 |
| commit | e31476b3df611fcf100f3b5b3b066998b7e623fa (patch) | |
| tree | 4e62a654318fc84ff35d046368fa2c11fd449fdb /hyprland | |
| parent | change to fish as default shell (diff) | |
| download | nixos-e31476b3df611fcf100f3b5b3b066998b7e623fa.tar.gz nixos-e31476b3df611fcf100f3b5b3b066998b7e623fa.tar.bz2 nixos-e31476b3df611fcf100f3b5b3b066998b7e623fa.zip | |
change wrong hyprland keybinds for vol up/down
Diffstat (limited to '')
| -rw-r--r-- | hyprland/binds.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyprland/binds.nix b/hyprland/binds.nix index 5f02ffd..e71dbe1 100644 --- a/hyprland/binds.nix +++ b/hyprland/binds.nix @@ -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'" |
