Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed signal func calling bug | Your Name | 2020-10-21 | 1 | -42/+0 |
| | |||||
* | Removed keyhandling functionality | Your Name | 2020-10-21 | 1 | -11/+80 |
| | |||||
* | Added fullscreen keybind | Manuel Palenzuela | 2019-08-25 | 1 | -0/+1 |
| | |||||
* | Added urgentborder patch | Manuel Palenzuela | 2019-08-06 | 1 | -0/+5 |
| | |||||
* | Changed button functionality clicking on layout symbol so that it cycles trough | Manuel Palenzuela | 2019-08-05 | 1 | -2/+2 |
| | |||||
* | Formatting | Manuel Palenzuela | 2019-06-19 | 1 | -2/+2 |
| | |||||
* | Removed the option of rounded corners due to bad functionality | Manuel Palenzuela | 2019-06-19 | 1 | -2/+0 |
| | |||||
* | Added the option for rounded corners [Patch] | Manuel Palenzuela | 2019-06-19 | 1 | -5/+7 |
| | |||||
* | Added togglefullscreen patch and keybinding [Patch] | Manuel Palenzuela | 2019-06-18 | 1 | -2/+3 |
| | |||||
* | Changed mfact and status script | Manuel Palenzuela | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Changed default alpha value | Manuel Palenzuela | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | Formatting | Manuel Palenzuela | 2019-06-13 | 1 | -1/+2 |
| | |||||
* | Fixed a formatting issue | Manuel Palenzuela | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | Changed title bar colorscheme | Manuel Palenzuela | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Added some lost keybindings (commented out) | Manuel Palenzuela | 2019-06-11 | 1 | -0/+4 |
| | |||||
* | Added separation of colors in config.h for title bar [Patch] | Manuel Palenzuela | 2019-06-11 | 1 | -0/+4 |
| | |||||
* | Added cyclelayouts and removed some keybindings [Patch] | Manuel Palenzuela | 2019-06-10 | 1 | -1/+6 |
| | |||||
* | Added movestack [Patch] | Manuel Palenzuela | 2019-06-10 | 1 | -2/+5 |
| | |||||
* | Improved gaps patch | Manuel Palenzuela | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Added alpha option [Patch] | Manuel Palenzuela | 2019-06-10 | 1 | -0/+7 |
| | |||||
* | Changed gap pixels | Manuel Palenzuela | 2019-06-09 | 1 | -1/+1 |
| | |||||
* | Added gaps 2/2 [Patch] | Baitinq | 2019-06-09 | 1 | -0/+1 |
| | |||||
* | Applied focusonclick patch [Patch] | Manuel Palenzuela | 2019-06-09 | 1 | -0/+1 |
| | |||||
* | Removed spawn keybindings | Manuel Palenzuela | 2019-06-09 | 1 | -2/+0 |
| | |||||
* | Changed some keybindings | Manuel Palenzuela | 2019-06-09 | 1 | -0/+113 |
| | |||||
* | renamed config.h into config.def.h, config.h will be created if not present, ↵ | Anselm R. Garbe | 2007-09-23 | 1 | -94/+0 |
| | | | | this seems less annoying after all | ||||
* | introduced ISTILE, which can be easily extended with other layout functions ↵ | Anselm R. Garbe | 2007-09-22 | 1 | -3/+4 |
| | | | | to allow reuse of setmwfact() and zoom() | ||||
* | made all stuff non-static - so you can choose wether to use dwm the static ↵ | arg@suckless.org | 2007-09-17 | 1 | -3/+3 |
| | | | | or the extern way when extending it | ||||
* | micromizing dwm step 1 | Anselm R. Garbe | 2007-09-15 | 1 | -15/+11 |
| | |||||
* | new colorscheme (16-bit compliant) | Anselm R. Garbe | 2007-09-15 | 1 | -11/+3 |
| | |||||
* | renamed config.default.h into config.h | Anselm R. Garbe | 2007-09-15 | 1 | -0/+105 |
| | |||||
* | removed config.h (stupid hg) | arg@10ksloc.org | 2006-08-02 | 1 | -62/+0 |
| | |||||
* | made fullscreen apps working fine in floating mode (there is no sane way to ↵ | arg@10ksloc.org | 2006-08-02 | 1 | -9/+9 |
| | | | | make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander | ||||
* | applied Sanders patches (numlock2) | arg@10ksloc.org | 2006-08-02 | 1 | -2/+2 |
| | |||||
* | renamed ARRANGE into DEFMODE | arg@10ksloc.org | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | removed 5LOC | arg@10ksloc.org | 2006-08-01 | 1 | -7/+4 |
| | |||||
* | cleaned config.*h to prevent some confusion | arg@10ksloc.org | 2006-08-01 | 1 | -2/+1 |
| | |||||
* | fixed config.h files | arg@10ksloc.org | 2006-08-01 | 1 | -2/+1 |
| | |||||
* | centralized/externalized configuration to config.h | arg@10ksloc.org | 2006-08-01 | 1 | -0/+67 |
| | |||||
* | removed unnecessary crap | Anselm R. Garbe | 2006-07-13 | 1 | -15/+0 |
| | |||||
* | before leaning things up | Anselm R. Garbe | 2006-07-13 | 1 | -0/+5 |
| | |||||
* | simplified several portions of code through replacing rect structs with ↵ | Anselm R. Garbe | 2006-07-12 | 1 | -4/+4 |
| | | | | x,y,h,w counterparts (much more readable) | ||||
* | new colors | Anselm R. Garbe | 2006-07-12 | 1 | -3/+3 |
| | |||||
* | fixed several other stuff, coming closer to something useful | Anselm R. Garbe | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | several changes, new stuff | Anselm R. Garbe | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | added bar event timer | Anselm R. Garbe | 2006-07-11 | 1 | -10/+2 |
| | |||||
* | added gridsel to gridwm | Anselm R. Garbe | 2006-07-11 | 1 | -0/+3 |
| | |||||
* | fixed several stuff (gridwm gets better and better) | Anselm R. Garbe | 2006-07-11 | 1 | -1/+3 |
| | |||||
* | added key handling | Anselm R. Garbe | 2006-07-11 | 1 | -0/+2 |
| | |||||
* | implemented pipe_spawn | Anselm R. Garbe | 2006-07-11 | 1 | -0/+2 |
| |