From c1b48e9f2bfc4ae0e48d0c8e35ad1f4a2189ec30 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 18 Jun 2025 18:20:45 +1200 Subject: feat: Packaged adom and updated some stuff Made a package for the game adom Also switched form lightdm to sddm YATwm works slightly better Note: The current flake.nix will fail for anyone else as it uses a path to find the flake --- home-manager/YATwm/default.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'home-manager/YATwm') diff --git a/home-manager/YATwm/default.nix b/home-manager/YATwm/default.nix index a7d650d..6c5e5f3 100644 --- a/home-manager/YATwm/default.nix +++ b/home-manager/YATwm/default.nix @@ -26,7 +26,7 @@ package = inputs.YATwm.packages.x86_64-linux.YATwm; useEmacsBinds = true; quitKey = "C-s-g"; - swapMods = true; + swapMods = false; keybinds = let left = "h"; right = "l"; @@ -51,8 +51,8 @@ "s-d" = "bashSpawn rofi -i -show drun -disable-history"; "s-D" = "bashSpawn prime-run rofi -i -show drun -disable-history"; "s-g" = "bashSpawn ~/bin/rofi-passmenu"; - "s-RET" = "spawn alacritty"; - "s-r k" = "spawn kitty"; + "s-RET" = "bashSpawn kitty"; + # "s-r k" = "spawn kitty"; "s-c" = "spawn firefox"; "s-S--" = "bashSpawn emacsclient -c"; "s-S" = "spawn flameshot gui"; @@ -60,6 +60,10 @@ "s-X" = "bashSpawn loginctl lock-session && systemctl suspend"; "s-Q" = "kill"; + # Sound + "s-[" = "spawn playerctl -p firefox play-pause"; + "s-]" = "spawn playerctl -p spotify play-pause"; + # Workspaces "s-1" = "changeWS 1"; "s-S-1" = "wToWS 1"; @@ -81,6 +85,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"; @@ -99,7 +104,7 @@ {name = "S"; monitorPriorities = [1];} ]; startup = [ - {command = ".config/polybar/launch.sh"; once = 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";} -- cgit v1.2.3