sway: setup fonts

This commit is contained in:
Leonardo Eugênio 2022-08-07 22:08:32 -03:00
parent b33440435a
commit cf841d62ea

View file

@ -58,6 +58,10 @@ in {
urgent = client alert alert fg_color alert alert;
};
output = { "*" = { bg = "${theme.background} fill"; }; };
fonts = {
names = [ font.interface ];
size = font.size.medium * 1.0;
};
input."type:touchpad" = {
# Disable While Typing
dwt = "disabled";