No description
  • C 93.3%
  • Roff 4.8%
  • Makefile 1.9%
Find a file
2025-10-11 14:18:48 +02:00
Bugs.md new bug description 2025-10-11 14:18:48 +02:00
config.def.h gaps and some config 2025-07-05 18:32:01 +02:00
config.h removed debug output 2025-07-05 18:32:01 +02:00
config.mk config.mk: update to _XOPEN_SOURCE=700L 2023-02-17 15:27:34 +01:00
drw.c status with double arrow, norm and sel themes for status, aliasing in arrow on high contrast 2025-07-05 18:32:01 +02:00
drw.h statusbar is drawn as arrow 2025-07-05 18:32:01 +02:00
dwm.1 dwm.1: fix wrong text in man page 2020-07-08 18:05:50 +02:00
dwm.c bugfix: nullpointer on close+navigate 2025-10-05 16:59:59 +02:00
dwm.png alternate dwm.png 2006-07-19 14:49:19 +02:00
echo movefocus seems to work - debugoutput in code 2025-07-05 18:32:01 +02:00
errors clickhandlerscript for status bar 2025-07-05 01:15:11 +02:00
LICENSE LICENSE: add Chris Down 2022-04-26 15:50:32 +02:00
Makefile Makefile: remove the options target 2023-09-22 15:13:29 +02:00
README update README: remove mentioning the old dextra repo 2018-03-14 21:03:11 +01:00
README.md README.md 2025-07-05 18:32:01 +02:00
todo.txt cycling trough tags with mod+ctrl+j/k 2025-07-05 18:32:01 +02:00
transient.c applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver 2011-07-29 20:01:22 +02:00
util.c sync code-style patch from libsl 2022-08-08 10:43:09 +02:00
util.h import new drw from libsl and minor fixes. 2016-06-26 13:52:36 +02:00

dwm

My customized dwm build. The official version can be found here:

https://git.suckless.org/dwm/

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.