river config working finally

This commit is contained in:
autumn
2025-08-23 08:05:21 -06:00
parent 3f27ab8a42
commit a11557c594
6 changed files with 134 additions and 229 deletions

View File

@@ -11,9 +11,15 @@
wayland.windowManager.river = {
enable = true;
systemd.enable = true;
settings = {
default-layout = "wideriver";
send-layout-cmd="wideriver \"--layout left --stack dwindle --count 1 --ratio 0.5\"";
spawn = [
# "waybar"
"~/login-wm-setup-2.sh"
# "wideriver"
];
output-layout = "wideriver";
rule-add = "ssd";
map = {
normal = {
"Super Return" = "spawn alacritty";
@@ -22,10 +28,10 @@
"Super K" = "focus-view previous";
"Super+Shift J" = "swap next";
"Super+Shift K" = "swap previous";
"Super R" = "fuzzel";
"Super R" = "spawn fuzzel";
};
};
};
};
};
}