diff options
Diffstat (limited to 'home-manager/YATwm/default.nix')
| -rw-r--r-- | home-manager/YATwm/default.nix | 13 |
1 files changed, 9 insertions, 4 deletions
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";} |
