Fix workaround to hide the titlebar
This commit is contained in:
parent
8de235f889
commit
bbef1c0369
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue