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

@ -4,7 +4,6 @@
defaultWorkspace = "1:${config.ws.w1}"; defaultWorkspace = "1:${config.ws.w1}";
window = { window = {
border = config.look.border.int;
titlebar = false; titlebar = false;
commands = [ commands = [
# Scratchpads # Scratchpads

View file

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