- 🪟 tiling and floating
- 🔄 persistent window positions in float
- 🖥️ virtual desktops
- ⚡ lightweight and fast
- 🎯 minimal dependencies
git clone https://github.com/getjared/rude.git
cd rude
make
sudo make install
- 📝 c compiler (gcc or clang)
- 🔧 make
- 🖥️ x11 libraries and headers (xlib)
key | action |
---|---|
mod4 + space |
toggle between tile/float modes |
mod4 + q |
kill focused window |
mod4 + tab |
cycle through windows |
mod4 + (1-5) |
switch to desktop 1-5 |
mod4 + mouse1 |
move window (float mode) |
mod4 + mouse3 |
resize window (float mode) |
add to your ~/.xinitrc
:
exec rude
then:
startx
rude follows the suckless philosophy - configuration is done in code.
- modify source code
- recompile
- reinstall
sxhkd
for additional keybindingsdmenu
for launching programsst
for terminal emulation
crafted from scratch with inspiration from:
- sowm
- dwm
╭─────────────────────────╮
│ made with ♥ by jared │
╰─────────────────────────╯