dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 06dc514bc7327f1a2a35cb533bcf18715305da44 parent 2b5553b1ebf7c8e59b5ecf7128b932115ff2b313 Author: arg@10ksloc.org <unknown> Date: Thu, 20 Jul 2006 15:40:41 +0200 added yet another CUTOMIZE tag Diffstat:
| M | main.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/main.c b/main.c @@ -84,7 +84,9 @@ xerrorstart(Display *dsply, XErrorEvent *ee) /* extern */ char stext[1024]; +/* CUSTOMIZE */ int tsel = Tdev; /* default tag */ +/* END CUSTOMIZE */ int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True;