No description
- C 93.3%
- Roff 4.8%
- Makefile 1.9%
| Bugs.md | ||
| config.def.h | ||
| config.h | ||
| config.mk | ||
| drw.c | ||
| drw.h | ||
| dwm.1 | ||
| dwm.c | ||
| dwm.png | ||
| echo | ||
| errors | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| README.md | ||
| todo.txt | ||
| transient.c | ||
| util.c | ||
| util.h | ||
dwm
My customized dwm build. The official version can be found here:
git clone git://git.suckless.org/dwm
---- Config ------------------------------------------
- navigating up/down Mod + J/K
- navigating left/right Mod + H/L
- navigating tags left/right Mod + Ctrl H/L
- setting zoomfactor Mod + Ctrl J/K
- shifting windows with focus to screen Mod + Shift + H/L
- Terminal = Alacrity on Mod + Ctrl + Return
- Librewolf on Mod + W
- Thunar on Mod + E
- dmenu Mod + P
- passmenu on Mod + Ctrl + P
- String to qrcode Mod + Q
- Scan qrcode Mod + Ctrl + Q
- exit Mod + Ctrl + Shift + Q
- Tags 6-9 are removed
- Librewolf spawns on 5
Note: the dmenu used here is a customized one. Unfortunatley i accidentally wiped the source code. But the binary for X86 exists. It has the flags and arguments used here.
Also i use j4-demenu-desktop, to filter for .desktop entries.
---- Customized behavior ----------------------------------------
- new implementation of navigation: navigate up, down, left, right.
- navigate tags left and right
- sorting monitors by x position.
- volume keys set volume with pactl
- script execution on startup. Script location is defined in config.h
- Statusbar status is drawn on all monitors - with different color if monitor is selected
- Click on statusbar is processed by script defined in config.h: The script is called with the character position of ClkStatusText. The script can e.g. be used to launch Apps depending on Click position.
- When windows are moved to an other monitor, they are focused and the mouse is warped in the statusbar of the target monitor.