Move border width from rules to theme in Sway

This commit is contained in:
Bun 2025-05-06 05:23:30 -04:00
parent cd0808fbef
commit 9aba9dd727
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,9 @@
names = [ config.look.fonts.main ];
size = 10.5;
};
window = {
border = config.look.border.int;
};
gaps = {
inner = 5;
smartGaps = true;