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"