Custom build of suckless dynamic window manager for my Arch Linux install.
- Clone this git repository:
git clone https://github.com/KostasEreksonas/dwm-kostas.git
- Go to the folder cloned repository:
cd dwm-kostas
- Build the package:
make
- Run a clean install of this package with root privilleges:
make clean install
- Done!
In this section I will present custom keybindings that I made for my build of dynamic window manager.
Keybind | Function |
---|---|
Fn + Down arrow | Lower volume |
Fn + Up arrow | Raise volume |
Fn + Left arrow | Lower brightness |
Fn + Right arrow | Raise brightness |
PrintScreen | Take screenshot |
Shift + PrintScreen | Copy screenshot to clipboard |
Mod + PrintScreen | Paste screenshot from clipboard |
Mod + Pause | Lock screen |
Mod + z | Extend displays |
Mod + s | Open default app for active tag |
- Alpha - for transparency.
- Default Tag Apps - dedicate each tag for certain tasks.
- Fullgaps - for gaps between windows.
- Fullscreen - dwm fullscreen patch.
- Hide Vacant Tags - prevent dwm from drawing vacant tags.
- Warp - patch that warps mouse cursor to the center of the focused window.