This is a rust port of TinyWM.
Xephyr -screen 800x600 :1 &
DISPLAY=:1 ./target/debug/rust-tinywm &
DISPLAY=:1 xterm &
- Focus follows pointer.
- Alt+Button1, drag: interactive window move.
- Alt+Button3, drag: interactive window resize.
- Alt+F1: raise focused window.