Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-26 | no padding in statusbar by default | Luke Smith | |
2020-02-26 | enable color emojis with libxft-bgra | Luke Smith | |
2020-02-23 | cleanup | Luke Smith | |
2020-02-23 | toggle transparency with V | Luke Smith | |
2020-02-06 | repeat binding added | Luke Smith | |
2020-02-06 | refresh news | Luke Smith | |
2020-02-03 | vimwiki to v | Luke Smith | |
2020-02-02 | Merge branch 'kronikpillow-master' | Luke Smith | |
2020-02-02 | Merge branch 'master' of https://github.com/kronikpillow/dwm into ↵ | Luke Smith | |
kronikpillow-master | |||
2020-01-30 | config.def.h removed | Luke Smith | |
2020-01-30 | dmenucmd restored | Luke Smith | |
2020-01-30 | dmenucmd restored | Luke Smith | |
2020-01-30 | that | Luke Smith | |
2020-01-30 | tab revert | Luke Smith | |
2020-01-30 | touchpad on/off binds | Luke Smith | |
2020-01-30 | kill xorg bind | Luke Smith | |
2020-01-30 | fixed titlebar not being updated - issue #16 | KronikPillow | |
2020-01-24 | dwmc added | Luke Smith | |
2020-01-22 | update dwmblocks | Luke Smith | |
2020-01-20 | readme | Luke Smith | |
2020-01-20 | increase/decrease gaps | Luke Smith | |
2020-01-20 | unbind m for layout | Luke Smith | |
2019-12-19 | don't enforce dmenu appearance | Luke Smith | |
2019-12-18 | stacker patch replaces movestack | Luke Smith | |
2019-12-18 | Revert "movestack" | Luke Smith | |
This reverts commit 0596a1bf3bc7815035e8f8bbb5fe6d346eb2411b. | |||
2019-12-18 | dwmc can use xrdb | Luke Smith | |
2019-12-18 | def file updated | Luke Smith | |
2019-12-18 | load typical color names | Luke Smith | |
2019-12-18 | gaps added to windows and bar | Luke Smith | |
2019-12-18 | cleanup with make and gitignore | Luke Smith | |
2019-12-18 | dwmc and personal config added | Luke Smith | |
2019-12-16 | fullscreen is always selected | Luke Smith | |
2019-12-15 | movestack | Luke Smith | |
2019-12-15 | shiftview | Luke Smith | |
2019-12-14 | sticky patch | Luke Smith | |
2019-12-14 | true fullscreen patch | Luke Smith | |
2019-12-14 | fibonacci patch | Luke Smith | |
2019-12-14 | centered master patch | Luke Smith | |
2019-12-14 | scratchpad | Luke Smith | |
2019-12-14 | xrdb patch | Luke Smith | |
2019-02-02 | Prepare 6.2 release. | Anselm R Garbe | |
2018-06-02 | pledge: add rpath promise for the ugly Xft font fallback | Hiltjo Posthuma | |
2018-06-02 | Makefile: just show the compiler output | Hiltjo Posthuma | |
Don't be fancy and just show the actual output so debugging is simpler. | |||
2018-06-02 | Do not strip at link stage | Klemens Nanni | |
Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well. | |||
2018-05-25 | Pledge on OpenBSD | Klemens Nanni | |
2018-05-25 | config.def.h: ClkTagBar missing from comment | Hiltjo Posthuma | |
by Christopher Drelich <cd@cdrakka.com> Patch was mangled on the ML, also adjusted the order to be the same as the enum in dwm.c | |||
2018-05-12 | Function declarations in correct order. | Christopher Drelich | |
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. | |||
2018-05-12 | remove old TODO and BUGS entries | Hiltjo Posthuma | |
the bug in the dwm man page is an (ancient) Java issue. Thanks David and quinq for the patches and feedback! | |||
2018-03-14 | update README: remove mentioning the old dextra repo | Hiltjo Posthuma | |
Thanks Christopher Drelich <cd@cdrakka.com> | |||
2018-03-14 | All functions in alphabetical order except for this one. | Christopher Drelich | |