diff options
| -rw-r--r-- | modules/home/hyprland/chernobyl/hyprland.nix | 6 | ||||
| -rw-r--r-- | modules/nixos/base/packages.nix | 2 |
2 files changed, 5 insertions, 3 deletions
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 |
