From 741848482049401c174a3ac6fad636b01eb170d3 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 29 Jul 2024 14:09:46 +0200 Subject: [PATCH] Change empty workspaces keybinds --- modules/home/hyprland/config.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 28e3ffe..416c0c6 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -172,7 +172,10 @@ 10 ) ) - ++ ["$mainMod CTRL, c, movetoworkspace, empty"] + ++ [ + "$mainMod CTRL, c, workspace, empty" + "$mainMod SHIFT, c, movetoworkspace, empty" + ] ++ ( # Window focus, movement and control builtins.concatLists (