dwm-meillo

log

age author description
Tue, 22 Aug 2006 18:08:25 +0200 Anselm R. Garbe fixed default key bindings (indexes of tags were screwed up)
Tue, 22 Aug 2006 17:40:21 +0200 Anselm R. Garbe rearranged getproto
Tue, 22 Aug 2006 17:38:59 +0200 Anselm R. Garbe removed winprop (merged into getproto)
Tue, 22 Aug 2006 16:50:21 +0200 Anselm R. Garbe separated several functions into view.c
Tue, 22 Aug 2006 16:42:29 +0200 Anselm R. Garbe removed DEFTAG
Tue, 22 Aug 2006 16:06:11 +0200 Anselm R. Garbe removed badmalloc (thx for the pointer to Uriel)
Tue, 22 Aug 2006 10:06:11 +0200 Anselm R. Garbe rxvt is quite slow under OpenBSD
Tue, 22 Aug 2006 10:01:32 +0200 Anselm R. Garbe font fix
Tue, 22 Aug 2006 09:57:32 +0200 Anselm R. Garbe slight change of my config.h
Tue, 22 Aug 2006 09:49:48 +0200 Anselm R. Garbe fixed
Mon, 21 Aug 2006 17:35:37 +0200 arg windows which have set transient_for hint inherit the transient_for window tags now
Mon, 21 Aug 2006 17:41:09 +0200 arg after switching to OpenBSD again, I switched back to a saner color scheme
Mon, 21 Aug 2006 09:03:14 +0200 Anselm R.Garbe applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names
Mon, 21 Aug 2006 07:33:18 +0200 Anselm R.Garbe small renamings of two static functions
Mon, 21 Aug 2006 07:31:15 +0200 Anselm R.Garbe small changes to dwm.1, rearranged order within main event loop
Fri, 18 Aug 2006 13:40:34 +0200 Anselm R.Garbe applied Sanders patch
Fri, 18 Aug 2006 08:39:33 +0200 Anselm R.Garbe made a new client position strategy similiar to that one proposed by Sander, but which takes top bar into account
Thu, 17 Aug 2006 10:06:36 +0200 Anselm R.Garbe fixed a bug reported by sander
Thu, 17 Aug 2006 09:44:17 +0200 Anselm R.Garbe applied the shorter xprop command
Thu, 17 Aug 2006 09:37:43 +0200 Anselm R.Garbe centering apps only if transient_for is not(!) set
Thu, 17 Aug 2006 09:35:44 +0200 Anselm R.Garbe fixed issue Sander reported
Wed, 16 Aug 2006 19:25:29 +0200 Anselm R.Garbe corrected order of cleanup code
Wed, 16 Aug 2006 17:58:18 +0200 Anselm R.Garbe condition was insufficient
Wed, 16 Aug 2006 17:56:04 +0200 Anselm R.Garbe fixed issue reported by sander
Wed, 16 Aug 2006 15:57:36 +0200 Anselm R.Garbe added general centralization rule for new clients (works around various borken apps)
Wed, 16 Aug 2006 15:31:24 +0200 Anselm R.Garbe removed leading ;
Wed, 16 Aug 2006 15:00:14 +0200 Anselm R.Garbe added sample command to config.default.h to highlight how to query class:instance info with a one-liner of shell commands
Wed, 16 Aug 2006 12:36:32 +0200 Anselm R.Garbe applied another config.mk patch made by sander
Wed, 16 Aug 2006 09:31:41 +0200 Anselm R.Garbe we close stdin as well
Wed, 16 Aug 2006 09:05:58 +0200 Anselm R.Garbe simplified sort | uniq into sort -u (on my boxes all sort support -u)