Skip to content

aldrinmartoq/bouncywm-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bouncing window manager

Julia Evans window manager challenge.

Install

  1. 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
  1. Install required gems
bundle

Run

bin/bouncywm

Just ALT + Click a window, to bounce a window. To stop it, ALT + Click it again.

Demo

About

Bouncing window manager challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages