diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 6d3cdba..4df2e88 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -104,7 +104,6 @@ in { "$mod, R, exec, ${lib.getExe pkgs.rofi-wayland} -show run" ", print, exec, ${screenshotScript}" "$mod, T, exec, ${lib.getExe pkgs.wezterm}" - "$mod, W, exec, ${lib.getExe pkgs.gnome.nautilus}" "$mod, Q, killactive, " "$mod, V, togglefloating, " @@ -117,6 +116,10 @@ in { "$mod, up, movefocus, u" "$mod, down, movefocus, d" + # example special workspace (scratchpad) + "$mod, S, togglespecialworkspace, magic" + "$mod SHIFT, S, movetoworkspace, special:magic" + # scroll through workspaces with mod + scroll "$mod, mouse_down, workspace, e+1" "$mod, mouse_up, workspace, e-1"