Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getjared/rude
a rude little window manager
https://github.com/getjared/rude
c hacktoberfest window-manger xlib xorg
Last synced: about 2 hours ago
JSON representation
a rude little window manager
- Host: GitHub
- URL: https://github.com/getjared/rude
- Owner: getjared
- License: other
- Created: 2024-09-25T12:24:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:45:25.000Z (3 days ago)
- Last Synced: 2024-11-14T22:29:25.740Z (3 days ago)
- Topics: c, hacktoberfest, window-manger, xlib, xorg
- Language: C
- Homepage:
- Size: 3.9 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## rude
**[ a x11 tiling/floating wm ]**[![License: Unlicense](https://img.shields.io/badge/License-Unlicense-pink.svg)](http://unlicense.org/)
[![Made with C](https://img.shields.io/badge/Made%20with-C-purple.svg)](https://en.wikipedia.org/wiki/C_(programming_language))## ✧ preview
## ✧ features
- 🪟 tiling and floating
- 🔄 persistent window positions in float
- 🖥️ virtual desktops
- ⚡ lightweight and fast
- 🎯 minimal dependencies## ✧ installation
```bash
git clone https://github.com/getjared/rude.git
cd rude
make
sudo make install
```## ✧ dependencies
- 📝 c compiler (gcc or clang)
- 🔧 make
- 🖥️ x11 libraries and headers (xlib)## ✧ usage
### key bindings
| 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) |### starting rude
add to your `~/.xinitrc`:
```bash
exec rude
```
then:
```bash
startx
```## ✧ configuration
rude follows the suckless philosophy - configuration is done in code.
1. modify source code
2. recompile
3. reinstall### recommended tools
- `sxhkd` for additional keybindings
- `dmenu` for launching programs
- `st` for terminal emulation## ✧ inspiration
crafted from scratch with inspiration from:
- sowm
- dwm```ascii
╭─────────────────────────╮
│ made with ♥ by jared │
╰─────────────────────────╯
```