Dark red + black themed Qtile window manager setup with 3-finger gesture workspace switching.
git clone <repo-url>
cd <repo>
./install.shLog out, pick Qtile from GDM, done.
- Qtile — BSP layout, 10 workspaces, scratchpad overlays
- Rofi — App launcher with matching red/black theme
- Dunst — Notification daemon with volume OSD
- Touchégg — 3-finger swipe workspace switching
- Picom — Compositor with shadows/fade
- Autostart — Touchpad tap-to-click, clipboard, bluetooth, network, dark theme
| Key | Action |
|---|---|
Super + 1-0 |
Switch workspace |
Super + Shift + 1-0 |
Move window to workspace |
Super + h/j/k/l |
Navigate windows (vim) |
Super + Shift + h/j/k/l |
Move windows |
Super + Left/Right |
Next/prev workspace |
Alt + Space |
Rofi launcher |
Super + Return |
Terminal |
F1 |
File manager |
F4 |
Terminal dropdown |
F5 |
Mute |
F6/F7 |
Volume down/up |
F8 |
Sound mixer |
Print |
Screenshot |
3-finger swipe |
Switch workspace |
config/
├── qtile/ → ~/.config/qtile
├── rofi/ → ~/.config/rofi
├── dunst/ → ~/.config/dunst
└── touchegg/ → ~/.config/touchegg
wallpapers/
install.sh