How to reproduce:
ssh -X user@host firefox(or some other X application).- Maximise the window.
- Close the application.
- Open the application in Awesome WM (tried only locally, but should also work remotely).
Result: The window is still maximised.
Since I never use the maximise functionality in Awesome, and often use it in other window managers, I'd like to unset the maximisation whenever I open X applications in Awesome.
I tried this:
{ rule = { class = "Firefox" },
properties = { tag = tags[math.min(2, screen.count())][2],
maximized_vertical = false, maximized_horizontal = false } },
Firefox does start in tag 2, but it's still maximised. Any idea how to unset the maximisation, for Firefox specifically, but even better for all X applications?