| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Improved status bar | Manuel Palenzuela | 2019-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | Improved status bar | Manuel Palenzuela | 2019-06-11 | 1 | -0/+8 | |
| | | ||||||
| * | Added nomonocleborders [Patch] | Manuel Palenzuela | 2019-06-11 | 2 | -0/+47 | |
| | | ||||||
| * | Improved status bar | Manuel Palenzuela | 2019-06-11 | 1 | -0/+40 | |
| | | ||||||
| * | Improved status bar | Manuel Palenzuela | 2019-06-11 | 1 | -7/+10 | |
| | | ||||||
| * | Added separation of colors in config.h for title bar [Patch] | Manuel Palenzuela | 2019-06-11 | 3 | -2/+60 | |
| | | ||||||
| * | Updated status bar | Manuel Palenzuela | 2019-06-10 | 1 | -2/+8 | |
| | | ||||||
| * | Updated status bar | Manuel Palenzuela | 2019-06-10 | 2 | -4/+51 | |
| | | ||||||
| * | Updated status bar | Manuel Palenzuela | 2019-06-10 | 1 | -122/+65 | |
| | | ||||||
| * | Fixed a warning in the compilation [Not Important] | Manuel Palenzuela | 2019-06-10 | 1 | -1/+1 | |
| | | ||||||
| * | Added savefloats patch [Patch] | Manuel Palenzuela | 2019-06-10 | 2 | -2/+57 | |
| | | ||||||
| * | Added cyclelayouts and removed some keybindings [Patch] | Manuel Palenzuela | 2019-06-10 | 4 | -1/+123 | |
| | | ||||||
| * | Removed unnecesary patch | Manuel Palenzuela | 2019-06-10 | 1 | -94/+0 | |
| | | ||||||
| * | Added movestack [Patch] | Manuel Palenzuela | 2019-06-10 | 3 | -2/+126 | |
| | | ||||||
| * | Added separators in the status script | Manuel Palenzuela | 2019-06-10 | 1 | -1/+3 | |
| | | ||||||
| * | Added status bar script | Manuel Palenzuela | 2019-06-10 | 2 | -0/+216 | |
| | | ||||||
| * | Improved gaps patch | Manuel Palenzuela | 2019-06-10 | 3 | -77/+130 | |
| | | ||||||
| * | Added activetagindicator [Patch] | Manuel Palenzuela | 2019-06-10 | 3 | -4/+746 | |
| | | ||||||
| * | Added alpha option [Patch] | Manuel Palenzuela | 2019-06-10 | 6 | -22/+369 | |
| | | ||||||
| * | Added ewmhtags [Patch] | Manuel Palenzuela | 2019-06-09 | 1 | -1/+52 | |
| | | ||||||
| * | Modified gaps patch [Patch] | Manuel Palenzuela | 2019-06-09 | 2 | -18/+4 | |
| | | ||||||
| * | Changed gap pixels | Manuel Palenzuela | 2019-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Added gaps 2/2 [Patch] | Baitinq | 2019-06-09 | 1 | -0/+1 | |
| | | ||||||
| * | Added gaps 1/2 [Patch] | Manuel Palenzuela | 2019-06-09 | 1 | -6/+30 | |
| | | ||||||
| * | Added gaps 1/2 [Patch] | Manuel Palenzuela | 2019-06-09 | 1 | -0/+54 | |
| | | ||||||
| * | Fixed gitignore | Manuel Palenzuela | 2019-06-09 | 3 | -1/+284 | |
| | | ||||||
| * | Removed ignored files | Manuel Palenzuela | 2019-06-09 | 5 | -284/+0 | |
| | | ||||||
| * | Applied focusonclick patch [Patch] | Manuel Palenzuela | 2019-06-09 | 3 | -46/+8 | |
| | | ||||||
| * | Added more ignored files | Manuel Palenzuela | 2019-06-09 | 1 | -0/+5 | |
| | | ||||||
| * | Added a patch to the queue | Manuel Palenzuela | 2019-06-09 | 2 | -115/+130 | |
| | | ||||||
| * | Removed spawn keybindings | Manuel Palenzuela | 2019-06-09 | 2 | -2/+0 | |
| | | ||||||
| * | Changed some keybindings | Manuel Palenzuela | 2019-06-09 | 4 | -0/+113 | |
| | | ||||||
| * | Added gitignore | Manuel Palenzuela | 2019-06-09 | 1 | -0/+1 | |
| | | ||||||
| * | Added sync script and patches folder | Manuel Palenzuela | 2019-06-09 | 2 | -0/+165 | |
| | | ||||||
| * | Prepare 6.2 release. | Anselm R Garbe | 2019-02-02 | 3 | -3/+17 | |
| | | ||||||
| * | pledge: add rpath promise for the ugly Xft font fallback | Hiltjo Posthuma | 2018-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | Makefile: just show the compiler output | Hiltjo Posthuma | 2018-06-02 | 1 | -26/+17 | |
| | | | | | Don't be fancy and just show the actual output so debugging is simpler. | |||||
| * | Do not strip at link stage | Klemens Nanni | 2018-06-02 | 1 | -1/+1 | |
| | | | | | | Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well. | |||||
| * | Pledge on OpenBSD | Klemens Nanni | 2018-05-25 | 1 | -0/+4 | |
| | | ||||||
| * | config.def.h: ClkTagBar missing from comment | Hiltjo Posthuma | 2018-05-25 | 1 | -1/+1 | |
| | | | | | | | | by Christopher Drelich <[email protected]> Patch was mangled on the ML, also adjusted the order to be the same as the enum in dwm.c | |||||
| * | Function declarations in correct order. | Christopher Drelich | 2018-05-12 | 1 | -1/+1 | |
| | | | | | | | | In dwm.c function declarations are in alphabetical order except for updategeom(). There doesn't appear to be any reason for this, so this patch corrects that, and now all function declarations are in alphabetical order. | |||||
| * | remove old TODO and BUGS entries | Hiltjo Posthuma | 2018-05-12 | 4 | -58/+4 | |
| | | | | | | | the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback! | |||||
| * | update README: remove mentioning the old dextra repo | Hiltjo Posthuma | 2018-03-14 | 1 | -3/+0 | |
| | | | | | Thanks Christopher Drelich <[email protected]> | |||||
| * | All functions in alphabetical order except for this one. | Christopher Drelich | 2018-03-14 | 1 | -9/+9 | |
| | | ||||||
| * | ColBorder has been moved to the enum with ColFg and ColBg. | Christopher Drelich | 2018-03-14 | 2 | -2/+1 | |
| | | ||||||
| * | dont NUL terminate _NET_WM_NAME | Hiltjo Posthuma | 2017-12-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Reported by Kernc, thanks! "This makes a particular program that uses libwnck [1] fail after: Wnck-WARNING **: Property _NET_WM_NAME contained invalid UTF-8 in this code [2] because the returned string contains a '\0' and the documentation for g_utf8_validate() [3] explicitly states that when string length is provided, no nul bytes are allowed." It is not entirely clear it is incorrect, other WM's seem to not NUL terminate it either though. | |||||
| * | sync dmenu drw.{c,h} code: use Clr* (was Scm) | Hiltjo Posthuma | 2017-11-03 | 3 | -13/+13 | |
| | | ||||||
| * | gettextprop: check result of XGetTextProperty (undefined behaviour for XFree) | Hiltjo Posthuma | 2017-11-03 | 1 | -2/+1 | |
| | | ||||||
| * | Set class name on status bar | Omar Sandoval | 2017-11-03 | 1 | -0/+2 | |
| | | | | | | This is useful for configuring compositors to ignore the status bar window. | |||||
| * | simplify isfixed conditions | Daniel Cousens | 2017-10-11 | 1 | -2/+1 | |
| | | ||||||