diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index ead07e1..9ea64e9 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -159,12 +159,12 @@ ",XF86MonBrightnessDown, exec, brightnessctl s 2%-" ]; - bindl = { + bindl = [ ", XF86AudioNext, exec, playerctl next" ", XF86AudioPause, exec, playerctl play-pause" ", XF86AudioPlay, exec, playerctl play-pause" ", XF86AudioPrev, exec, playerctl previous" - }; + ]; input = { kb_layout = us;