From ee87655c236dca216734e03c1a9364de6c0fb20c Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 18:46:52 +0100 Subject: fixed hyprland error hopefully --- modules/home/hyprland/chernobyl/hyprland.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/home/hyprland') diff --git a/modules/home/hyprland/chernobyl/hyprland.nix b/modules/home/hyprland/chernobyl/hyprland.nix index 2db9c0a..5e4a8c6 100644 --- a/modules/home/hyprland/chernobyl/hyprland.nix +++ b/modules/home/hyprland/chernobyl/hyprland.nix @@ -4,10 +4,10 @@ wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ - hyprbars - borders-plus-plus - hyprexpo - hyprfocus + #hyprbars + #borders-plus-plus + #hyprexpo + #hyprfocus ]; settings = { "$mod" = "SUPER"; @@ -30,10 +30,10 @@ "$mod CTRL, L, exec, hyprlock" # Window management - "$mod SHIFT, Q, killactive," + "$mod SHIFT, Q, killactive" "$mod, F, fullscreen, 0" - "$mod SHIFT, SPACE, togglefloating," - "$mod, SPACE, focusurgentorlast," + "$mod SHIFT, SPACE, togglefloating" + "$mod, SPACE, focusurgentorlast" # Focus (h=left, j=down, k=up, l=right) "$mod, H, movefocus, l" @@ -81,7 +81,7 @@ # Brightness keys (repeat when held) bindel = [ - ", XF86MonBrightnessUp, exec, brightnessctl set +10%" + ", XF86MonBrightnessUp, exec, brightnessctl set 10%+" ", XF86MonBrightnessDown, exec, brightnessctl set 10%-" ]; -- cgit v1.2.3