diff options
| author | adikro <adikro@disroot.org> | 2025-11-11 18:53:26 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-11 18:53:26 +0100 |
| commit | 99ded8236b005c1fc7d6a8a68ba1c0cc9fa9c5bd (patch) | |
| tree | d574e7d26aa0e91f78a3a80b457017a36eea433b /home/wayland/hyprland | |
| parent | 6eba8a6c0dc1ca437584133f62a9a8257639c610 (diff) | |
added multimedia binds for hyprland
Diffstat (limited to 'home/wayland/hyprland')
| -rw-r--r-- | home/wayland/hyprland/binds.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/home/wayland/hyprland/binds.nix b/home/wayland/hyprland/binds.nix index 0111a3b..afd38b3 100644 --- a/home/wayland/hyprland/binds.nix +++ b/home/wayland/hyprland/binds.nix @@ -42,8 +42,10 @@ # "$mod CTRL, L, moveoutofgroup, r" # "$mod CTRL, H, moveoutofgroup, l" - "$mod, Prior, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" - "$mod, Next, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" + ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" + ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" + "$mod, Next, exec, playerctl next" + "$mod, Prior, exec, playerctl previous" # --- Workspace bindings (1–5) --- "$mod, 1, workspace, 1" |
