I've been trying awesome WM for a few months now and i am really enjoying it.
I am now playing around with the rc.lua file, and I'm searching for a way to do two things.
With the shortcut
mod4+Enter(by default) you create a new terminal. In magnified mode (all floating) the term pops up quite small. I would like to be able to set the default size of a new term, BUT ONLY when it pops up (not when restarting awesome or anything else..)
I've tried to set a rule for that:awful.rules.rules = { (...) { rule = { class = "URxvt" }, properties = { width = 900, height = 900 } } (...) }But when i restart awesome it messes up everything :/
Any Idea on how to set a "only-when-pop-up" parameter for that?I wand to be able to to something like
mod4 + doubleclickon a window to maximize the size of a window (like the maximize button on any window in gnome)
Any idea on how I could do that?
URxvt*geometry: 90x50in .Xdefaults Still searching an answer for 2. though.