From d39559d1c9a3c16c342bcb0be5803335ceccab03 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 18:18:50 +0100 Subject: fixed hyprland config --- modules/home/hyprland/chernobyl/hyprland.nix | 6 +++--- modules/nixos/base/packages.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/home/hyprland/chernobyl/hyprland.nix b/modules/home/hyprland/chernobyl/hyprland.nix index 51cf379..2db9c0a 100644 --- a/modules/home/hyprland/chernobyl/hyprland.nix +++ b/modules/home/hyprland/chernobyl/hyprland.nix @@ -33,7 +33,7 @@ "$mod SHIFT, Q, killactive," "$mod, F, fullscreen, 0" "$mod SHIFT, SPACE, togglefloating," - "$mod, SPACE, cyclenext," + "$mod, SPACE, focusurgentorlast," # Focus (h=left, j=down, k=up, l=right) "$mod, H, movefocus, l" @@ -49,8 +49,8 @@ # Layout switching "$mod, S, layoutmsg, togglesplit" - "$mod, W, layoutmsg, orientationcycle" - "$mod, E, layoutmsg, orientationcycle" + "$mod, W, layoutmsg, preselect, l" + "$mod, E, layoutmsg, preselect, r" # Reload "$mod SHIFT, C, exec, hyprctl reload" diff --git a/modules/nixos/base/packages.nix b/modules/nixos/base/packages.nix index fedccd5..d9b4b7f 100644 --- a/modules/nixos/base/packages.nix +++ b/modules/nixos/base/packages.nix @@ -31,6 +31,7 @@ helvum playerctl zscroll + pipewire # === Bluetooth & Wireless === blueman @@ -42,6 +43,7 @@ flameshot xss-lock brightnessctl + hyprlock imagemagick ghostscript -- cgit v1.2.3