use niri border instead of focus-ring

This commit is contained in:
veneficium 2025-11-16 11:31:55 +01:00
parent 18d379c020
commit 054288142d

View file

@ -123,6 +123,13 @@
];
default-column-width.proportion = 1.0 / 2.0;
focus-ring = {
enable = false;
active.color = "#8d4eef";
inactive.color = "#505050";
};
border = {
enable = true;
width = 3;
active.color = "#8d4eef";
inactive.color = "#505050";
};