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 = [ window = {
{ titlebar = true;
command = "inhibit_idle fullscreen"; commands = [
criteria = {class = ".*";}; {
} command = "inhibit_idle fullscreen";
]; criteria = {class = ".*";};
}
];
};
focus.followMouse = false; focus.followMouse = false;