From 9607c002a622081b4c7e0d1b5cfb80d24b3ed872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 12 Jun 2024 12:40:06 +0200 Subject: [PATCH] Improve special workspace magicman --- home/hyprland/hyprland_magicman.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/hyprland/hyprland_magicman.nix b/home/hyprland/hyprland_magicman.nix index 5ee73fd..748b8c1 100644 --- a/home/hyprland/hyprland_magicman.nix +++ b/home/hyprland/hyprland_magicman.nix @@ -72,11 +72,13 @@ "borderangle, 1, 8, default" "fade, 1, 7, default" "workspaces, 1, 6, default" + "specialWorkspace, 1, 4, default, fade" ]; }; dwindle = { pseudotile = true; preserve_split = true; + special_scale_factor = 0.85; }; master.new_is_master = true; misc = { @@ -112,7 +114,7 @@ "$mainMod,P,exec,rofi-rbw" # hyprlock - "$shiftMainMod,l,exec,hyprlock" + "$shiftMainMod,l,exec,lockhelper" # hyprland "$mainMod,Q,killactive," @@ -148,6 +150,10 @@ "$mainMod,4,workspace,4" "$mainMod,5,workspace,5" "$mainMod,6,workspace,6" + + # Special workspace + "$mainMod,c,togglespecialworkspace" + "$shiftMainMod,c,movetoworkspace, special" ]; exec-once = [