From a61e739ec741816a7fb2e268f317d73358a8034a Mon Sep 17 00:00:00 2001 From: blahai Date: Wed, 13 Nov 2024 21:50:57 +0200 Subject: [PATCH] Home: fix hyprland keybinds --- modules/home-manager/hypr/hyprland/keybinds.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/hypr/hyprland/keybinds.nix b/modules/home-manager/hypr/hyprland/keybinds.nix index b132389..7aabd3b 100644 --- a/modules/home-manager/hypr/hyprland/keybinds.nix +++ b/modules/home-manager/hypr/hyprland/keybinds.nix @@ -2,9 +2,9 @@ wayland.windowManager.hyprland.settings = { bindle = [ - "bindl = ,XF86AudioMute, exec, playerctl --player=spotify,%any play-pause" - "bindle= ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" - "bindle= ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" + ",XF86AudioMute, exec, playerctl --player=spotify,%any play-pause" + ",XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" + ",XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" ]; bindm = [ "Super, mouse:272, movewindow" "Super, mouse:273, resizewindow" ];