From 4cff2ec6525e27a6629884e4b9157f0a0d5dd666 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 11 May 2025 17:34:42 +1200 Subject: feat: Updated YATwm config slightly, and messed with hyprland Hyprland still doesn't work --- home-manager/YATwm/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'home-manager/YATwm/default.nix') diff --git a/home-manager/YATwm/default.nix b/home-manager/YATwm/default.nix index fa9e30f..a7d650d 100644 --- a/home-manager/YATwm/default.nix +++ b/home-manager/YATwm/default.nix @@ -25,7 +25,7 @@ enable = true; package = inputs.YATwm.packages.x86_64-linux.YATwm; useEmacsBinds = true; - quitKey = "s-g"; + quitKey = "C-s-g"; swapMods = true; keybinds = let left = "h"; @@ -81,6 +81,7 @@ "s-S-9" = "wToWS 9"; "s-0" = "changeWS 10"; "s-S-0" = "wToWS 10"; + # Special workspaces "s-p s" = "changeWS 11"; "s-S-p s" = "wToWS 11"; }; @@ -98,11 +99,11 @@ {name = "S"; monitorPriorities = [1];} ]; startup = [ - #{command = ".config/polybar/launch.sh"; once = false;} - #{command = "picom --legacy-backends -fD 3"; once = false;} - #{command = "xss-lock --transfer-sleep-lock -- i3lock -eti ~/Documents/lockscreen.png --nofork"; bash = false;} - #{command = "nitrogen --restore";} - #{command = "nm-applet"; once = false; bash = false;} + {command = ".config/polybar/launch.sh"; once = false;} + {command = "picom --legacy-backends -fD 3"; once = false;} + {command = "xss-lock --transfer-sleep-lock -- i3lock -eti ~/Documents/lockscreen.png --nofork"; bash = false;} + {command = "nitrogen --restore";} + {command = "nm-applet"; once = false; bash = false;} ]; #extraConfig = "bindmode normal\n" + (builtins.readFile ./config); }; -- cgit v1.2.3