nixos: gen 182 @ nix-pad — 2026-07-31 01:55
26.05.20260724.597283a (Yarara)
This commit is contained in:
@@ -41,6 +41,7 @@ in
|
||||
settings = {
|
||||
# Autostart DMS if you prefer launching it directly from Niri instead of systemd
|
||||
spawn-at-startup = [
|
||||
{ command = [ "dms" "run" ]; }
|
||||
{ command = [ "${launch-lisgd}/bin/launch-lisgd" ]; } # Spawns the daemon
|
||||
{ command = [ "${launch-wvkbd}/bin/launch-wvkbd" ]; }
|
||||
];
|
||||
@@ -71,12 +72,11 @@ in
|
||||
{ # All windows
|
||||
geometry-corner-radius = {
|
||||
bottom-left = 25.0;
|
||||
bottom-right = 0.0;
|
||||
top-right = 0.0;
|
||||
bottom-right = 25.0;
|
||||
top-right = 25.0;
|
||||
top-left = 25.0;
|
||||
};
|
||||
|
||||
|
||||
draw-border-with-background = true;
|
||||
clip-to-geometry = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user