When tilers are good idea
17. 1. 2019https://github.com/xhsdf/rtile
Ruby script for manual or automagic placement/tiling of windows.
Soft link to my user bin
ln -s ~/source/rtile/rtile.rb tile
An openbox menu
tile --all
tile --cycle
tile --swap
tile --all-auto (active), tile --all-auto
killall tile
Openbox keybind
<!-- rtile all -->
<keybind key="A-a">
<action name="Execute">
<command>tile --all</command>
</action>
</keybind>