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
(0) -300 -100 -50 -30 +30 +50 +100 +300 tip