diff options
| author | BossCode45 <boss@tehbox.org> | 2025-05-11 17:34:42 +1200 |
|---|---|---|
| committer | BossCode45 <boss@tehbox.org> | 2025-05-11 17:34:42 +1200 |
| commit | 4cff2ec6525e27a6629884e4b9157f0a0d5dd666 (patch) | |
| tree | bc0d3bf4b174ec2a5d65556687e0d92d7cfb6132 /home-manager/YATwm | |
| parent | 7072cf1bdf2b8e4183ccb0247d8c5fa266ae315f (diff) | |
| download | nixos-configuration-4cff2ec6525e27a6629884e4b9157f0a0d5dd666.tar.gz nixos-configuration-4cff2ec6525e27a6629884e4b9157f0a0d5dd666.zip | |
feat: Updated YATwm config slightly, and messed with hyprland
Hyprland still doesn't work
Diffstat (limited to 'home-manager/YATwm')
| -rw-r--r-- | home-manager/YATwm/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
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); }; |
