rounded corners in niri

This commit is contained in:
twoneis 2024-05-25 11:57:25 +02:00
parent 12491cc9aa
commit 0cd66f4dab

View file

@ -9,7 +9,10 @@
settings = { settings = {
input = { input = {
keyboard = { keyboard = {
xkb = { }; xkb = {
layout = "us";
options = "compose:ralt";
};
}; };
touchpad = { touchpad = {
tap = true; tap = true;
@ -70,6 +73,18 @@
gaps = 4; gaps = 4;
}; };
window-rules = [
{
geometry-corner-radius = {
top-left = 8.0;
top-right = 8.0;
bottom-left = 8.0;
bottom-right= 8.0;
};
clip-to-geometry = true;
}
];
prefer-no-csd = true; prefer-no-csd = true;
screenshot-path = "~/Pictures/Screenshots/%Y-%m-%d-%H-%M-%S.png"; screenshot-path = "~/Pictures/Screenshots/%Y-%m-%d-%H-%M-%S.png";