Julia Evans window manager challenge.
- You need ruby, I highly recommend asdf. Short instructions:
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.5 echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.bashrc echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc asdf plugin-add ruby # cd to this project folder where .tool-versions file is present asdf install - Install required gems
bundle bin/bouncywm Just ALT + Click a window, to bounce a window. To stop it, ALT + Click it again.
