kwin-scripts / kwin-tiling

Tiling script for kwin
GNU General Public License v2.0
1.1k stars 68 forks source link

Resizing window with keyboard #203

Closed lucaspar closed 4 years ago

lucaspar commented 4 years ago

I believe this was a change of functionality, but I can't find a Kwin Tiling shortcut to resize the active window. I put what I believe to be the old shortcut in the screenshot below.

kwin

The readme reads "Resize windows to resize the tiles" - which works, but is there a way to do this using the keyboard only?

laloch commented 4 years ago

Hi @lucaspar, the two highlighted shortcuts don't really belong to kwin-tiling. The TILING-prefixed, however, do. You can use Meta + Alt + {H, J, K, L} keys to resize the active tile. There's also a list of shortcuts and their default bindings.

lucaspar commented 4 years ago

My bad, I just noticed I used this in the past https://github.com/lingtjien/Grid-Tiling-Kwin

Thanks