I have been using awesome for some years and like it alot. I'm regularly using Super+h
and Super+l
to change with of master.
But I would like to be able to change the hight of the active client (master or non-master) if ther is several in the same column. I can do this with the mouse but would like to connect some shortcut-key to it.
I think incwfact and setwfact is the way to go, but I don't understand how its working or how I should use it.
So say I have the following setup and the currently focused window is 3:
+------+-------+
| 1 | 2 |
| | |
| +-------+
| | (3) |
+------+-------+
Now I would like to hit shortcut Super-j
(I know this is the default for focus-next, but I'm ok with changing that) and have 3 grow some. So the new layout would be:
+------+-------+
| 1 | 2 |
| +-------+
| | (3) |
| | |
+------+-------+
Questions:
- There is this
wfact
-thing that can be set and inc(reased), but what is it? - How can this be done?
- Are there any pitfalls?
- Is this functionality already in the default default behaviour?
- Am I trying to solve the wrong thing?