From b2ef22eff19aa56d67f5c605a87f3081a7c6963e Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 24 Jun 2025 16:32:06 +0200 Subject: [PATCH] wildfire: 317 current 2025-06-24 16:31:59 25.05.20250620.b2485d5 6.15.3 * workspaces: wildfire: 318 current 2025-06-24 16:33:12 25.05.20250620.b2485d5 6.15.3 * wildfire: 319 current 2025-06-24 16:38:18 25.05.20250620.b2485d5 6.15.3 * --- modules/home/hyprland.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index c9652ae..d61e1e9 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -76,7 +76,7 @@ in { "border, 1, 10, default" "borderangle, 1, 8, default" "fade, 1, 7, default" - "workspaces, 1, 6, default" + "workspaces, 1, 6, default, slidevert" ]; }; @@ -109,7 +109,6 @@ in { ", PRINT, exec, hyprshot -m region" # Screenshot region "$mod, PRINT, exec, hyprshot -m window" # Screenshot window "$mod, F, togglefloating" # Make active window floating - "$mod, J, togglesplit, " # dwindle "$mod, L, exec, hyprlock" # Lock screen # Move focus with mainMod + arrow keys @@ -117,6 +116,10 @@ in { "$mod, right, movefocus, r" "$mod, up, movefocus, u" "$mod, down, movefocus, d" + + # Workspace navigation + "$mod, J, workspace, r+1" # vim motions Down + "$mod, K, workspace, r-1" # vim motions Up ] ++ ( # workspaces