This repository contains custom builds of various suckless tools and system utility scripts.
- dwm: Dynamic Window Manager
- Upstream:
https://git.suckless.org/dwm - Customizations: Tokyo Night theme, Iosevka Nerd Font, custom window handling rules.
- Upstream:
- dmenu: Dynamic Menu
- Upstream:
https://git.suckless.org/dmenu - Customizations: Font sizes, Tokyo Night colors.
- Upstream:
- dmenu-tuned: Custom power profiles switcher
- Integrates
tuned-admpower management profiles directly with a C-baseddmenuinterface.
- Integrates
- slstatus: Status Monitor for dwm
- Upstream:
https://git.suckless.org/slstatus - Customizations: CPU, RAM, Volume, and Date/Time formatting.
- Upstream:
- slock: Screen Locker
- Upstream:
https://git.suckless.org/slock - Customizations: Tokyo Night colors, User/Group dropping, Ctrl-U password clearing.
- Upstream:
- dmenu-powermenu: Custom power menu script.
- dmenu-screenshot: Custom screenshot manager
- Integrates
maim,xclip, and X11 APIs to capture screenshots (Fullscreen, active window, active monitor, or selection) via admenuinterface.
- Integrates
A complete reference of all shortcuts and mouse actions is available in keybindings.md.
To compile and install any of these tools:
cd <tool-directory>
sudo make clean install