aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-02dwm is now exit, if stdin is closed due broken pipearg@10ksloc.org1-8/+5
2006-08-01renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org1-1/+1
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org1-3/+1
2006-07-21some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org1-1/+2
2006-07-21simplified main.c, switching back to single urxvt usagearg@10ksloc.org1-27/+13
2006-07-20added yet another CUTOMIZE tagarg@10ksloc.org1-0/+2
2006-07-20cleaned up codearg@10ksloc.org1-27/+16
2006-07-19applied Sanders resize patch, fixed lower bugarg@10ksloc.org1-1/+1
2006-07-18implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe1-0/+1
2006-07-18using EXIT_stuff in exit() nowAnselm R. Garbe1-5/+4
2006-07-17ordered variables in structs and source files alphabeticallyAnselm R. Garbe1-20/+18
2006-07-15fixed XSync handling and finished man pageAnselm R. Garbe1-1/+1
2006-07-15changing XFlush into XSyncAnselm R. Garbe1-2/+2
2006-07-15sanitized other stuffAnselm R. Garbe1-13/+12
2006-07-15proceeded with cleaning up, sorting functions, etcAnselm R. Garbe1-42/+29
2006-07-15rearranged several stuffAnselm R. Garbe1-56/+56
2006-07-14sanitized namesAnselm R. Garbe1-14/+14
2006-07-14rearrangedAnselm R. Garbe1-1/+1
2006-07-14if stdin writer stops working, dwm consumed much IO load because it still ↵Anselm R. Garbe1-3/+7
tried to select on this fd, fixed
2006-07-14removed a bottleneckAnselm R. Garbe1-6/+8
2006-07-14small fixAnselm R. Garbe1-1/+1
2006-07-14made stdin reader more robustAnselm R. Garbe1-5/+13
2006-07-14implemented dwm reading status text from stdin Anselm R. Garbe1-6/+28
2006-07-14made barclick to select the specific tagAnselm R. Garbe1-1/+1
2006-07-14implemented bar for dwm (I miss status text), I plan that status text is ↵Anselm R. Garbe1-13/+28
read from stdin in dwm
2006-07-13fixed several things, nearly feature completeAnselm R. Garbe1-1/+1
2006-07-13new stuffAnselm R. Garbe1-2/+2
2006-07-13several other additions/fixes, dwm is quite usable alreadyAnselm R. Garbe1-5/+6
2006-07-13implemented tagging a clientAnselm R. Garbe1-5/+6
2006-07-13changed default colorsAnselm R. Garbe1-0/+274