From f29934a3d1a74a355bd85abf9e6912799808930d Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 28 Apr 2025 11:42:53 +0200 Subject: [PATCH] When going to empty workspace, do that in current monitor, and actual next empty --- modules/home/hyprland/config.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 0b65dfb..11478d2 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -142,6 +142,7 @@ "$mainMod, D, exec, fuzzel" "$mainMod SHIFT, E, exec, bemoji -t" "$mainMod, M, exec, element-desktop" + "$mainMod, Y, exec, kitty spotify_player" "$mainMod, Escape, exec, loginctl lock-session" "$mainMod SHIFT, Escape, exec, shutdown-script" "$mainMod, P, pseudo," @@ -174,8 +175,8 @@ ) ) ++ [ - "$mainMod CTRL, c, workspace, empty" - "$mainMod SHIFT, c, movetoworkspace, empty" + "$mainMod CTRL, c, workspace, emptynm" + "$mainMod SHIFT, c, movetoworkspace, emptynm" ] ++ ( # Window focus, movement and control