From e1ae95daefdc15222481e6edd98d08816d955ace Mon Sep 17 00:00:00 2001 From: nydragon Date: Mon, 10 Mar 2025 13:52:19 +0100 Subject: [PATCH] fix: hyprland hotkey magic workspace --- home/hyprland/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index d9f696e..3324ff9 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -10,9 +10,6 @@ let inherit (lib.my) getExe getExe'; desktop = osConfig.modules.system.roles.desktop; - term = getExe desktop.terminal; - filemanager = getExe desktop.filemanager; - cliphistEnabled = osConfig.modules.services.cliphist.enable; in mkIf osConfig.programs.hyprland.enable { home.sessionVariables.ELECTRON_OZONE_PLATFORM_HINT = "auto"; @@ -179,8 +176,8 @@ mkIf osConfig.programs.hyprland.enable { "$mod, down, movefocus, d" # Example special workspace (scratchpad) - "$mod, D, togglespecialworkspace, magic" - "$mod SHIFT, D, movetoworkspace, special:magic" + "$mod, W, togglespecialworkspace, magic" + "$mod SHIFT, W, movetoworkspace, special:magic" "$mod, X, fullscreen, 1" "$mod, F, fullscreen, 0" "$mod, U, exec, ${pkgs.hyprshot}/bin/hyprshot -o ${config.xdg.userDirs.pictures}/screenshots -m region"