Fix workaround to hide the titlebar

This commit is contained in:
Jakob Lechner 2024-05-23 11:07:32 +02:00
parent 8de235f889
commit bbef1c0369

View file

@ -297,7 +297,9 @@ in
fonts = {
names = [ "monospace" ];
style = "Regular";
size = 0.0;
# FIXME: this is an ugly workaround until https://github.com/swaywm/sway/issues/7409 is fixed
size = 0.001;
};
};