Enabled titlebars

This should have gone in an earlier commit (the one to make focused
windows more obvious) but I missed it.
This commit is contained in:
Alejandro Angulo 2022-11-13 08:36:10 -08:00
parent 07c2efc0a1
commit fffbcfa080
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -77,12 +77,15 @@ in {
};
};
window.commands = [
{
command = "inhibit_idle fullscreen";
criteria = {class = ".*";};
}
];
window = {
titlebar = true;
commands = [
{
command = "inhibit_idle fullscreen";
criteria = {class = ".*";};
}
];
};
focus.followMouse = false;