niri - re-enable csd, adwaita corder radius

This commit is contained in:
Vinzenz Schroeter 2025-11-02 22:42:48 +01:00
parent 3427ab3936
commit 9873894d2b

View file

@ -122,7 +122,7 @@
}; };
}; };
prefer-no-csd = true; #prefer-no-csd = true;
hotkey-overlay.skip-at-startup = true; hotkey-overlay.skip-at-startup = true;
window-rules = [ window-rules = [
@ -130,7 +130,7 @@
clip-to-geometry = true; clip-to-geometry = true;
geometry-corner-radius = geometry-corner-radius =
let let
radius = 4.; radius = 15.;
in in
{ {
top-left = radius; top-left = radius;
@ -406,6 +406,7 @@
"Mod+Shift+P".action.power-off-monitors = { }; "Mod+Shift+P".action.power-off-monitors = { };
"Mod+W".action.toggle-column-tabbed-display = { }; "Mod+W".action.toggle-column-tabbed-display = { };
"Mod+O".action.toggle-overview = {};
}; };
}; };
}; };