Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added heretag command which allows to tag a client of a foreign tag with ↵ | Anselm R. Garbe | 2006-07-18 | 1 | -4/+4 | |
| | | | | current tag | |||||
* | another XSync | Anselm R. Garbe | 2006-07-16 | 1 | -0/+1 | |
| | ||||||
* | several additions in mouse handling ;) | Anselm R. Garbe | 2006-07-16 | 1 | -6/+7 | |
| | ||||||
* | fixed XSync handling and finished man page | Anselm R. Garbe | 2006-07-15 | 1 | -4/+3 | |
| | ||||||
* | sanitized other stuff | Anselm R. Garbe | 2006-07-15 | 1 | -2/+2 | |
| | ||||||
* | proceeded with cleaning up, sorting functions, etc | Anselm R. Garbe | 2006-07-15 | 1 | -205/+206 | |
| | ||||||
* | rearranged several stuff | Anselm R. Garbe | 2006-07-15 | 1 | -58/+87 | |
| | ||||||
* | sanitized names | Anselm R. Garbe | 2006-07-14 | 1 | -14/+14 | |
| | ||||||
* | rearranged | Anselm R. Garbe | 2006-07-14 | 1 | -227/+3 | |
| | ||||||
* | bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode | Anselm R. Garbe | 2006-07-14 | 1 | -0/+2 | |
| | ||||||
* | fixed crash on zoom if only 1 client exists | Anselm R. Garbe | 2006-07-14 | 1 | -3/+9 | |
| | ||||||
* | removed a bunch of lines through swap removal | Anselm R. Garbe | 2006-07-14 | 1 | -2/+2 | |
| | ||||||
* | searching for a better way to discard enter notifies | Anselm R. Garbe | 2006-07-14 | 1 | -13/+11 | |
| | ||||||
* | focus on view change as well | Anselm R. Garbe | 2006-07-14 | 1 | -0/+3 | |
| | ||||||
* | made stdin reader more robust | Anselm R. Garbe | 2006-07-14 | 1 | -4/+9 | |
| | ||||||
* | implemented bar for dwm (I miss status text), I plan that status text is ↵ | Anselm R. Garbe | 2006-07-14 | 1 | -12/+18 | |
| | | | | read from stdin in dwm | |||||
* | continued with man page | Anselm R. Garbe | 2006-07-14 | 1 | -1/+1 | |
| | ||||||
* | except improvements to the mouse handling this is already nearly feature ↵ | Anselm R. Garbe | 2006-07-13 | 1 | -0/+5 | |
| | | | | complete | |||||
* | added mini stuff | Anselm R. Garbe | 2006-07-13 | 1 | -20/+31 | |
| | ||||||
* | fixed several things, nearly feature complete | Anselm R. Garbe | 2006-07-13 | 1 | -25/+30 | |
| | ||||||
* | new stuff | Anselm R. Garbe | 2006-07-13 | 1 | -44/+78 | |
| | ||||||
* | several other additions/fixes, dwm is quite usable already | Anselm R. Garbe | 2006-07-13 | 1 | -95/+140 | |
| | ||||||
* | implemented tagging a client | Anselm R. Garbe | 2006-07-13 | 1 | -57/+113 | |
| | ||||||
* | added xlock command (I need it regularly) | Anselm R. Garbe | 2006-07-13 | 1 | -20/+10 | |
| | ||||||
* | added pointer warps on kb-driven/manage-driven focus | Anselm R. Garbe | 2006-07-13 | 1 | -0/+3 | |
| | ||||||
* | changed back to urxvt, dwm has no problems with it, because it doesn't use ↵ | Anselm R. Garbe | 2006-07-13 | 1 | -1/+1 | |
| | | | | frame windows ;) | |||||
* | changed default colors | Anselm R. Garbe | 2006-07-13 | 1 | -7/+8 | |
| | ||||||
* | added logo+description | Anselm R. Garbe | 2006-07-13 | 1 | -22/+33 | |
| | ||||||
* | new stuff (some warning elimination) | Anselm R. Garbe | 2006-07-13 | 1 | -3/+3 | |
| | ||||||
* | removed unnecessary crap | Anselm R. Garbe | 2006-07-13 | 1 | -20/+14 | |
| | ||||||
* | before leaning things up | Anselm R. Garbe | 2006-07-13 | 1 | -9/+52 | |
| | ||||||
* | new stuff, fixed several issues | Anselm R. Garbe | 2006-07-12 | 1 | -2/+2 | |
| | ||||||
* | added gravity stuff | Anselm R. Garbe | 2006-07-12 | 1 | -5/+67 | |
| | ||||||
* | added max | Anselm R. Garbe | 2006-07-12 | 1 | -0/+12 | |
| | ||||||
* | added grid mode on Mod1Mask g | Anselm R. Garbe | 2006-07-12 | 1 | -1/+69 | |
| | ||||||
* | simplified several portions of code through replacing rect structs with ↵ | Anselm R. Garbe | 2006-07-12 | 1 | -22/+42 | |
| | | | | x,y,h,w counterparts (much more readable) | |||||
* | some more additions/fixes | Anselm R. Garbe | 2006-07-12 | 1 | -2/+11 | |
| | ||||||
* | fixed several other stuff, coming closer to something useful | Anselm R. Garbe | 2006-07-11 | 1 | -13/+16 | |
| | ||||||
* | implemented draw_client stuff | Anselm R. Garbe | 2006-07-11 | 1 | -15/+49 | |
| | ||||||
* | made code more readable | Anselm R. Garbe | 2006-07-11 | 1 | -20/+30 | |
| | ||||||
* | added basic mouse support (actually we don't need more) | Anselm R. Garbe | 2006-07-11 | 1 | -4/+7 | |
| | ||||||
* | added mouse-based resizals | Anselm R. Garbe | 2006-07-11 | 1 | -2/+30 | |
| | ||||||
* | several changes, new stuff | Anselm R. Garbe | 2006-07-11 | 1 | -0/+5 | |
| | ||||||
* | added bar event timer | Anselm R. Garbe | 2006-07-11 | 1 | -0/+9 | |
| | ||||||
* | added protocol killing stuff | Anselm R. Garbe | 2006-07-11 | 1 | -7/+26 | |
| | ||||||
* | changed how manage client works | Anselm R. Garbe | 2006-07-11 | 1 | -12/+33 | |
| | ||||||
* | fixed several stuff (gridwm gets better and better) | Anselm R. Garbe | 2006-07-11 | 1 | -2/+10 | |
| | ||||||
* | new stuff | Anselm R. Garbe | 2006-07-11 | 1 | -1/+1 | |
| | ||||||
* | added several other stuff | Anselm R. Garbe | 2006-07-10 | 1 | -0/+89 | |