diff --git a/hyprland.nix b/hyprland.nix index 538cd33..32491f3 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -123,9 +123,7 @@ command = "wpctl set-mute @DEFAULT_SINK@ toggle"; } ]; - }; - };*/ - +*/ bind = [ # standard $mod keybindings { key = "RETURN"; mods = "$mod SHIFT"; command = "$term"; } @@ -160,4 +158,6 @@ { key = "XF86AudioLowerVolume"; mods = ""; command = "wpctl set-volume @DEFAULT_SINK@ 5%-"; } { key = "XF86AudioMute"; mods = ""; command = "wpctl set-mute @DEFAULT_SINK@ toggle"; } ]; + }; +}; }