home/foot: fix sway floating mode

This commit is contained in:
Guanran Wang 2024-07-07 20:26:14 +08:00
parent 5970d4ac0a
commit fc9ca7f1df
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -3,6 +3,7 @@
enable = true; enable = true;
settings = { settings = {
main.font = "monospace:size=10"; main.font = "monospace:size=10";
main.resize-by-cells = false;
cursor.style = "beam"; cursor.style = "beam";
}; };
}; };