Commit Graph

1166 Commits

Author SHA1 Message Date
Anselm R. Garbe
5b44976a2d if stdin writer stops working, dwm consumed much IO load because it still tried to select on this fd, fixed 2006-07-14 17:30:37 +02:00
Anselm R. Garbe
6475be926b removed a bottleneck 2006-07-14 13:27:01 +02:00
Anselm R. Garbe
a1d0f81966 searching for a better way to discard enter notifies 2006-07-14 13:03:53 +02:00
Anselm R. Garbe
c2cf829ef9 focus on view change as well 2006-07-14 12:11:24 +02:00
Anselm R. Garbe
e3fd306ee2 small fix 2006-07-14 12:09:05 +02:00
Anselm R. Garbe
eb756ee169 made stdin reader more robust 2006-07-14 12:08:32 +02:00
Anselm R. Garbe
0e5c8198bc implemented dwm reading status text from stdin 2006-07-14 11:57:33 +02:00
Anselm R. Garbe
6458d72572 made barclick to select the specific tag 2006-07-14 10:34:07 +02:00
Anselm R. Garbe
9cd686c93a implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm 2006-07-14 10:07:38 +02:00
Anselm R. Garbe
1549faf3b9 continued with man page 2006-07-14 08:45:30 +02:00
Anselm R. Garbe
72655f0ce7 continued with man page 2006-07-14 08:34:38 +02:00
Anselm R. Garbe
86d9851427 except improvements to the mouse handling this is already nearly feature complete 2006-07-13 21:49:55 +02:00
Anselm R. Garbe
66da15324e added mini stuff 2006-07-13 21:42:17 +02:00
Anselm R. Garbe
7fe717c29f fixed several things, nearly feature complete 2006-07-13 20:28:19 +02:00
Anselm R. Garbe
3aad92202d new stuff 2006-07-13 19:55:07 +02:00
Anselm R. Garbe
efa7e51401 several other additions/fixes, dwm is quite usable already 2006-07-13 18:21:38 +02:00
Anselm R. Garbe
c47da143bd implemented tagging a client 2006-07-13 17:09:35 +02:00
Anselm R. Garbe
b72588746f several fixes 2006-07-13 14:33:22 +02:00
Anselm R. Garbe
b2e98bf9e2 added philosophy section 2006-07-13 12:35:46 +02:00
Anselm R. Garbe
ce846e941b added xlock command (I need it regularly) 2006-07-13 12:19:10 +02:00
Anselm R. Garbe
0a638a4caf added pointer warps on kb-driven/manage-driven focus 2006-07-13 12:00:20 +02:00
Anselm R. Garbe
21553f9b4d changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;) 2006-07-13 11:49:31 +02:00
Anselm R. Garbe
9e8b3258a0 changed default colors 2006-07-13 11:43:05 +02:00
Anselm R. Garbe
44f2e8b952 added dev.c instead of kb.c 2006-07-13 10:34:55 +02:00
Anselm R. Garbe
3f942f9e79 removed obsolete stuff 2006-07-13 10:25:57 +02:00
Anselm R. Garbe
7e433694ff fixed grammar bug reported by John-Galt 2006-07-13 10:19:24 +02:00
Anselm R. Garbe
f33a30a207 another change 2006-07-13 10:05:46 +02:00
Anselm R. Garbe
4ae1105577 updated man page 2006-07-13 10:04:50 +02:00
Anselm R. Garbe
01a8d44de4 small changes to README 2006-07-13 10:03:56 +02:00
Anselm R. Garbe
3791ec054d last change to dwm.html 2006-07-13 10:02:28 +02:00
Anselm R. Garbe
80c7add6c8 renamed/changed 2006-07-13 09:33:26 +02:00
Anselm R. Garbe
650a1fb4e1 added logo+description 2006-07-13 09:32:22 +02:00
Anselm R. Garbe
d7e17087ed new stuff (some warning elimination) 2006-07-13 01:55:54 +02:00
Anselm R. Garbe
8b59083eb1 removed unnecessary crap 2006-07-13 01:30:55 +02:00
Anselm R. Garbe
da2bbd371c before leaning things up 2006-07-13 01:04:38 +02:00
Anselm R. Garbe
b1701adf75 new stuff, fixed several issues 2006-07-12 17:50:31 +02:00
Anselm R. Garbe
2e836ecce1 added gravity stuff 2006-07-12 17:17:15 +02:00
Anselm R. Garbe
6db5ffb6c9 added max 2006-07-12 16:40:37 +02:00
Anselm R. Garbe
4641aa2925 added grid mode on Mod1Mask g 2006-07-12 16:00:51 +02:00
Anselm R. Garbe
dfd84f9bf3 simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable) 2006-07-12 15:17:22 +02:00
Anselm R. Garbe
7696c89c90 fixed configurerequest 2006-07-12 00:53:11 +02:00
Anselm R. Garbe
b41c56ae6b new colors 2006-07-12 00:50:09 +02:00
Anselm R. Garbe
2a0fc84c4a some more additions/fixes 2006-07-12 00:00:25 +02:00
Anselm R. Garbe
896f08d7d5 fixed several other stuff, coming closer to something useful 2006-07-11 23:46:39 +02:00
Anselm R. Garbe
83d23908d3 implemented draw_client stuff 2006-07-11 23:18:30 +02:00
Anselm R. Garbe
a05beb6585 made code more readable 2006-07-11 22:49:09 +02:00
Anselm R. Garbe
48b6e9a396 added basic mouse support (actually we don't need more) 2006-07-11 21:41:49 +02:00
Anselm R. Garbe
b9da4b082e added mouse-based resizals 2006-07-11 21:24:10 +02:00
Anselm R. Garbe
5ed16faecb updated README 2006-07-11 18:59:09 +02:00
Anselm R. Garbe
d6e0e6e987 several changes, new stuff 2006-07-11 18:53:41 +02:00