Sat, 24 Feb 2007 14:08:27 +0100 removed an unnecessary newline
Anselm R. Garbe <arg@suckless.org> [Sat, 24 Feb 2007 14:08:27 +0100] rev 844
removed an unnecessary newline
Sat, 24 Feb 2007 14:06:35 +0100 removed superfluous externs (except for tags, because tags is defined in the source)
Anselm R. Garbe <arg@suckless.org> [Sat, 24 Feb 2007 14:06:35 +0100] rev 843
removed superfluous externs (except for tags, because tags is defined in the source)
Fri, 23 Feb 2007 13:37:55 +0100 replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k
Anselm R. Garbe <arg@suckless.org> [Fri, 23 Feb 2007 13:37:55 +0100] rev 842
replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k
Fri, 23 Feb 2007 11:17:07 +0100 oops, small bugfix in my config
Anselm R. Garbe <arg@suckless.org> [Fri, 23 Feb 2007 11:17:07 +0100] rev 841
oops, small bugfix in my config
Fri, 23 Feb 2007 11:13:57 +0100 default masterwidth should also be at 600
Anselm R. Garbe <arg@suckless.org> [Fri, 23 Feb 2007 11:13:57 +0100] rev 840
default masterwidth should also be at 600
Fri, 23 Feb 2007 11:09:18 +0100 changed order if h/l
Anselm R. Garbe <arg@suckless.org> [Fri, 23 Feb 2007 11:09:18 +0100] rev 839
changed order if h/l
Fri, 23 Feb 2007 10:40:32 +0100 well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing
Anselm R. Garbe <arg@suckless.org> [Fri, 23 Feb 2007 10:40:32 +0100] rev 838
well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing
Thu, 22 Feb 2007 22:10:16 +0100 renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 22:10:16 +0100] rev 837
renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
Thu, 22 Feb 2007 18:22:51 +0100 hahaha, untiled and non-untiled sounded really cumbersome
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 18:22:51 +0100] rev 836
hahaha, untiled and non-untiled sounded really cumbersome
Thu, 22 Feb 2007 18:17:07 +0100 made Fnt an anonymous inner struct
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 18:17:07 +0100] rev 835
made Fnt an anonymous inner struct
Thu, 22 Feb 2007 18:08:31 +0100 made Fnt an anonymous inner struct
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 18:08:31 +0100] rev 834
made Fnt an anonymous inner struct
Thu, 22 Feb 2007 17:58:45 +0100 nah, I don't want 640 as MASTERWIDTH
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 17:58:45 +0100] rev 833
nah, I don't want 640 as MASTERWIDTH
Thu, 22 Feb 2007 17:52:45 +0100 using MASTERWIDTH=640 and 32px steps by default (incmasterw())
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 17:52:45 +0100] rev 832
using MASTERWIDTH=640 and 32px steps by default (incmasterw())
Thu, 22 Feb 2007 17:51:34 +0100 simplified focusclient()
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 17:51:34 +0100] rev 831
simplified focusclient()
Thu, 22 Feb 2007 17:43:41 +0100 renamed versatile into untiled
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 17:43:41 +0100] rev 830
renamed versatile into untiled
Thu, 22 Feb 2007 15:25:19 +0100 merged focus{prev.next} into focusclient(1/-1)
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 15:25:19 +0100] rev 829
merged focus{prev.next} into focusclient(1/-1)
Thu, 22 Feb 2007 15:06:56 +0100 made dwm.h more tidy (thx Jukka for the zoom() hint)
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 15:06:56 +0100] rev 828
made dwm.h more tidy (thx Jukka for the zoom() hint)
Thu, 22 Feb 2007 12:16:58 +0100 oops
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 12:16:58 +0100] rev 827
oops
Thu, 22 Feb 2007 12:15:48 +0100 small bugfix
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 12:15:48 +0100] rev 826
small bugfix
Thu, 22 Feb 2007 12:00:02 +0100 fixed some issues due to the Arg->const char * transition
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 12:00:02 +0100] rev 825
fixed some issues due to the Arg->const char * transition
Thu, 22 Feb 2007 11:45:03 +0100 restoring default keybindings as Sander complained
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 11:45:03 +0100] rev 824
restoring default keybindings as Sander complained
Thu, 22 Feb 2007 11:42:08 +0100 replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 11:42:08 +0100] rev 823
replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
Thu, 22 Feb 2007 11:15:31 +0100 re-added xterm to config.default.h
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 11:15:31 +0100] rev 822
re-added xterm to config.default.h
Thu, 22 Feb 2007 11:09:44 +0100 removed button4/5-bindings for incnmaster on mode label - that is misleading
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 11:09:44 +0100] rev 821
removed button4/5-bindings for incnmaster on mode label - that is misleading
Thu, 22 Feb 2007 11:06:37 +0100 fixed order of key bindings described in dwm.1
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 11:06:37 +0100] rev 820
fixed order of key bindings described in dwm.1
Thu, 22 Feb 2007 10:59:42 +0100 status needs update even in togglemax() - since we got an indicator for this
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 10:59:42 +0100] rev 819
status needs update even in togglemax() - since we got an indicator for this
Thu, 22 Feb 2007 10:57:19 +0100 reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 10:57:19 +0100] rev 818
reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
Thu, 22 Feb 2007 10:52:57 +0100 dwm draws a small caret before the client title if it's a versatile client
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 10:52:57 +0100] rev 817
dwm draws a small caret before the client title if it's a versatile client
Thu, 22 Feb 2007 09:29:38 +0100 nah grouped keybindings by context
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 09:29:38 +0100] rev 816
nah grouped keybindings by context
Thu, 22 Feb 2007 08:08:36 +0100 fixed exit condition in togglemax()
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 08:08:36 +0100] rev 815
fixed exit condition in togglemax()
Thu, 22 Feb 2007 08:02:04 +0100 fixing missing extern declars in dwm.h for {de,at}tach()
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 08:02:04 +0100] rev 814
fixing missing extern declars in dwm.h for {de,at}tach()
Thu, 22 Feb 2007 07:59:13 +0100 several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
Anselm R. Garbe <arg@suckless.org> [Thu, 22 Feb 2007 07:59:13 +0100] rev 813
several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
Wed, 21 Feb 2007 21:36:54 +0100 just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 21:36:54 +0100] rev 812
just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)
Wed, 21 Feb 2007 17:00:06 +0100 optimizing background color of terminals
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 17:00:06 +0100] rev 811
optimizing background color of terminals
Wed, 21 Feb 2007 16:57:21 +0100 using 333 as background, hey proggyclean is really good
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 16:57:21 +0100] rev 810
using 333 as background, hey proggyclean is really good
Wed, 21 Feb 2007 16:53:25 +0100 switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 16:53:25 +0100] rev 809
switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
Wed, 21 Feb 2007 16:47:53 +0100 using smaller font
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 16:47:53 +0100] rev 808
using smaller font
Wed, 21 Feb 2007 15:47:52 +0100 using a green selborder
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 15:47:52 +0100] rev 807
using a green selborder
Wed, 21 Feb 2007 13:31:04 +0100 reverting to bg 555
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 13:31:04 +0100] rev 806
reverting to bg 555
Wed, 21 Feb 2007 13:29:02 +0100 s/555/357/ for SELCOLOR
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 13:29:02 +0100] rev 805
s/555/357/ for SELCOLOR
Wed, 21 Feb 2007 13:24:37 +0100 switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 13:24:37 +0100] rev 804
switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
Wed, 21 Feb 2007 12:09:10 +0100 Added tag 3.6.1 for changeset 20ec6976cee1
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 12:09:10 +0100] rev 803
Added tag 3.6.1 for changeset 20ec6976cee1
Wed, 21 Feb 2007 12:08:18 +0100 creating 3.6.1 3.6.1
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 12:08:18 +0100] rev 802
creating 3.6.1
Wed, 21 Feb 2007 11:49:06 +0100 reverted accidental removal of sx, sy
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 11:49:06 +0100] rev 801
reverted accidental removal of sx, sy
Wed, 21 Feb 2007 11:45:51 +0100 removed some global vars which should be static instead
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 11:45:51 +0100] rev 800
removed some global vars which should be static instead
Wed, 21 Feb 2007 11:39:57 +0100 moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 11:39:57 +0100] rev 799
moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
Wed, 21 Feb 2007 11:30:52 +0100 cleaned up and commented the config.*.h
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 11:30:52 +0100] rev 798
cleaned up and commented the config.*.h
Wed, 21 Feb 2007 11:05:27 +0100 Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 11:05:27 +0100] rev 797
Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b
Wed, 21 Feb 2007 11:04:33 +0100 fixed quoting and a comment 3.6
Anselm R. Garbe <arg@suckless.org> [Wed, 21 Feb 2007 11:04:33 +0100] rev 796
fixed quoting and a comment
Tue, 20 Feb 2007 13:56:21 +0100 renamed setfont to initfont, getcolor to initcolor
Anselm R. Garbe <arg@suckless.org> [Tue, 20 Feb 2007 13:56:21 +0100] rev 795
renamed setfont to initfont, getcolor to initcolor
Tue, 20 Feb 2007 13:48:02 +0100 fixed order
Anselm R. Garbe <arg@suckless.org> [Tue, 20 Feb 2007 13:48:02 +0100] rev 794
fixed order
Tue, 20 Feb 2007 13:46:21 +0100 added draw.c again (except getcolor and setfont which are helpers in main.c)
Anselm R. Garbe <arg@suckless.org> [Tue, 20 Feb 2007 13:46:21 +0100] rev 793
added draw.c again (except getcolor and setfont which are helpers in main.c)
Tue, 20 Feb 2007 13:40:31 +0100 separating drawsquare from drawtext, made drawtext extern
Anselm R. Garbe <arg@suckless.org> [Tue, 20 Feb 2007 13:40:31 +0100] rev 792
separating drawsquare from drawtext, made drawtext extern
Tue, 20 Feb 2007 11:26:16 +0100 rechecked with OpenBSD
Anselm R. Garbe <arg@suckless.org> [Tue, 20 Feb 2007 11:26:16 +0100] rev 791
rechecked with OpenBSD
Tue, 20 Feb 2007 10:49:53 +0100 split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
Anselm R. Garbe <arg@suckless.org> [Tue, 20 Feb 2007 10:49:53 +0100] rev 790
split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
Mon, 19 Feb 2007 21:17:54 +0100 using eprint instead of fputs
Anselm R. Garbe <arg@suckless.org> [Mon, 19 Feb 2007 21:17:54 +0100] rev 789
using eprint instead of fputs
Mon, 19 Feb 2007 18:33:15 +0100 replaced togglelayout with setlayout
Anselm R. Garbe <arg@suckless.org> [Mon, 19 Feb 2007 18:33:15 +0100] rev 788
replaced togglelayout with setlayout
Mon, 19 Feb 2007 18:19:43 +0100 changed some odering in config*.h
Anselm R. Garbe <arg@suckless.org> [Mon, 19 Feb 2007 18:19:43 +0100] rev 787
changed some odering in config*.h
Mon, 19 Feb 2007 17:18:24 +0100 renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
Anselm R. Garbe <arg@suckless.org> [Mon, 19 Feb 2007 17:18:24 +0100] rev 786
renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
Mon, 19 Feb 2007 17:12:26 +0100 renames swim[ming] into versatile
Anselm R. Garbe <arg@suckless.org> [Mon, 19 Feb 2007 17:12:26 +0100] rev 785
renames swim[ming] into versatile
(0) -300 -100 -60 +60 +100 +300 tip