diff options
Diffstat (limited to 'modules/home')
| -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" |
