diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 18:18:50 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 18:18:50 +0100 |
| commit | d39559d1c9a3c16c342bcb0be5803335ceccab03 (patch) | |
| tree | 09e5bd5a7479e87b9f48f266c33e61deb1452d2f /modules/home/hyprland/chernobyl/hyprland.nix | |
| parent | fc90b95cf6e62d29cac0ddce5acf95999e453587 (diff) | |
fixed hyprland config
Diffstat (limited to 'modules/home/hyprland/chernobyl/hyprland.nix')
| -rw-r--r-- | modules/home/hyprland/chernobyl/hyprland.nix | 6 |
1 files changed, 3 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" |
