rounded corners in niri
This commit is contained in:
parent
12491cc9aa
commit
0cd66f4dab
1 changed files with 16 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue