Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 378 Bytes

rust-tinywm

This is a rust port of TinyWM.

Try it out

 Xephyr -screen 800x600 :1 &
 DISPLAY=:1 ./target/debug/rust-tinywm &
 DISPLAY=:1 xterm &

Usage

  • Focus follows pointer.
  • Alt+Button1, drag: interactive window move.
  • Alt+Button3, drag: interactive window resize.
  • Alt+F1: raise focused window.