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}";
|
defaultWorkspace = "1:${config.ws.w1}";
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
border = config.look.border.int;
|
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
commands = [
|
commands = [
|
||||||
# Scratchpads
|
# Scratchpads
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue