about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* prepared dwm-1.0 1.0Anselm R. Garbe2006-08-241-2/+2
|
* yet another fixAnselm R. Garbe2006-08-241-1/+1
|
* small man page fixAnselm R. Garbe2006-08-241-1/+2
|
* found less intrusive wayAnselm R. Garbe2006-08-241-6/+12
|
* changing tag indicator through underlineAnselm R. Garbe2006-08-242-26/+17
|
* black on light is really better, I notice this after allAnselm R. Garbe2006-08-231-3/+3
|
* updated man pageAnselm R. Garbe2006-08-237-74/+69
|
* applied tag drawing change to man pageAnselm R. Garbe2006-08-231-4/+4
|
* implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe2006-08-232-10/+23
|
* removed a blank lineAnselm R. Garbe2006-08-231-1/+0
|
* eliminated sentinel warningAnselm R. Garbe2006-08-231-1/+1
|
* small fix of man pageAnselm R. Garbe2006-08-231-1/+1
|
* implemented class:inst:title matchingAnselm R. Garbe2006-08-233-8/+8
|
* applied zero_to_five patchAnselm R. Garbe2006-08-231-5/+5
|
* tags appear in the left againAnselm R. Garbe2006-08-231-5/+5
|
* separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe2006-08-233-99/+104
|
* updated man pageAnselm R. Garbe2006-08-221-2/+1
|
* titlebars contain tags in the right nowAnselm R. Garbe2006-08-221-6/+5
|
* fixed default key bindings (indexes of tags were screwed up)Anselm R. Garbe2006-08-221-20/+20
|
* rearranged getprotoAnselm R. Garbe2006-08-221-6/+5
|
* removed winprop (merged into getproto)Anselm R. Garbe2006-08-221-27/+7
|
* separated several functions into view.cAnselm R. Garbe2006-08-225-258/+266
|
* removed DEFTAGAnselm R. Garbe2006-08-223-4/+2
|
* removed badmalloc (thx for the pointer to Uriel)Anselm R. Garbe2006-08-221-10/+2
|
* rxvt is quite slow under OpenBSDAnselm R. Garbe2006-08-221-1/+1
|
* font fixAnselm R. Garbe2006-08-221-2/+3
|
* slight change of my config.hAnselm R. Garbe2006-08-221-4/+4
|
* fixedAnselm R. Garbe2006-08-221-3/+3
|
* windows which have set transient_for hint inherit the transient_for window ↵arg@localhost.10kloc.org2006-08-212-2/+7
| | | | tags now
* after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org2006-08-212-8/+10
|
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from ↵Anselm R.Garbe2006-08-212-28/+32
| | | | the new function names
* small renamings of two static functionsAnselm R.Garbe2006-08-212-5/+5
|
* small changes to dwm.1, rearranged order within main event loopAnselm R.Garbe2006-08-213-11/+13
|
* applied Sanders patchAnselm R.Garbe2006-08-181-6/+2
|
* made a new client position strategy similiar to that one proposed by Sander, ↵Anselm R.Garbe2006-08-181-7/+7
| | | | but which takes top bar into account
* fixed a bug reported by sanderAnselm R.Garbe2006-08-171-1/+1
|
* applied the shorter xprop commandAnselm R.Garbe2006-08-171-1/+1
|
* centering apps only if transient_for is not(!) setAnselm R.Garbe2006-08-171-9/+1
|
* fixed issue Sander reportedAnselm R.Garbe2006-08-171-4/+3
|
* corrected order of cleanup code Anselm R.Garbe2006-08-161-1/+1
|
* condition was insufficientAnselm R.Garbe2006-08-161-2/+2
|
* fixed issue reported by sanderAnselm R.Garbe2006-08-162-3/+6
|
* added general centralization rule for new clients (works around various ↵Anselm R.Garbe2006-08-162-2/+14
| | | | borken apps)
* removed leading ;Anselm R.Garbe2006-08-161-1/+1
|
* added sample command to config.default.h to highlight how to query ↵Anselm R.Garbe2006-08-161-0/+2
| | | | class:instance info with a one-liner of shell commands
* applied another config.mk patch made by sanderAnselm R.Garbe2006-08-161-1/+1
|
* we close stdin as wellAnselm R.Garbe2006-08-161-3/+4
|
* simplified sort | uniq into sort -u (on my boxes all sort support -u)Anselm R.Garbe2006-08-161-1/+1
|
* fixing small bug in config.mkAnselm R.Garbe2006-08-151-2/+2
|
* adding forgetten whitespaceAnselm R.Garbe2006-08-151-1/+1
|
span>, {0} }, { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, { MODKEY, XK_0, view, {.ui = ~0 } }, { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, #ifdef XINERAMA { MODKEY, XK_w, focusmon, {.ui = 0 } }, { MODKEY, XK_e, focusmon, {.ui = 1 } }, { MODKEY|ShiftMask, XK_w, tagmon, {.ui = 0 } }, { MODKEY|ShiftMask, XK_e, tagmon, {.ui = 1 } }, #endif /* XINERAMA */ TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) TAGKEYS( XK_4, 3) TAGKEYS( XK_5, 4) TAGKEYS( XK_6, 5) TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_q, quit, {0} }, }; /* button definitions */ /* click can be a tag number (starting at 0), * ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ static Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, { ClkWinTitle, 0, Button2, zoom, {0} }, { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, { ClkTagBar, 0, Button1, view, {0} }, { ClkTagBar, 0, Button3, toggleview, {0} }, { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, };