Move border width from rules to theme in Sway
This commit is contained in:
parent
cd0808fbef
commit
9aba9dd727
2 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
defaultWorkspace = "1:${config.ws.w1}";
|
||||
|
||||
window = {
|
||||
border = config.look.border.int;
|
||||
titlebar = false;
|
||||
commands = [
|
||||
# Scratchpads
|
||||
|
|
|
@ -35,6 +35,9 @@
|
|||
names = [ config.look.fonts.main ];
|
||||
size = 10.5;
|
||||
};
|
||||
window = {
|
||||
border = config.look.border.int;
|
||||
};
|
||||
gaps = {
|
||||
inner = 5;
|
||||
smartGaps = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue