fix: hyprland hotkey magic workspace

This commit is contained in:
nydragon 2025-03-10 13:52:19 +01:00
parent c3c7f161b3
commit fba057a78f
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -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"