fix: hyprland hotkey magic workspace
This commit is contained in:
parent
26ad365df5
commit
e1ae95daef
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue