perf(sway): remove vanity options
This commit is contained in:
parent
0fd97aa5ef
commit
71f80da82c
|
@ -38,14 +38,10 @@
|
||||||
# sets transparency
|
# sets transparency
|
||||||
colors.background = "00000000";
|
colors.background = "00000000";
|
||||||
} ];
|
} ];
|
||||||
gaps.inner = 12;
|
|
||||||
gaps.outer = 5;
|
|
||||||
# dodge the status bar
|
|
||||||
gaps.bottom = 0;
|
|
||||||
|
|
||||||
input."*".natural_scroll = "enabled";
|
input."*".natural_scroll = "enabled";
|
||||||
input."type:touchpad".tap = "enabled";
|
input."type:touchpad".tap = "enabled";
|
||||||
output."*".bg = "${../../share/54345906_p0.jpg} fill";
|
output."*".bg = "#000000 solid_color";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue