b6b2f584ec
applied Maarten Maathuis recenter-patch for floating clients only requesting new width and height exceeding the screen space
Anselm R. Garbe2007-05-09 11:31:14 +02:00
9ca5c3b108
some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a mess
Anselm R. Garbe2007-03-01 12:33:45 +01:00
0ea0343a63
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. Garbe2007-02-23 10:40:32 +01:00
338c083858
renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
Anselm R. Garbe2007-02-22 22:10:16 +01:00
671442e89d
hahaha, untiled and non-untiled sounded really cumbersome
Anselm R. Garbe2007-02-22 18:22:51 +01:00
825b7c3eb1
fixed some issues due to the Arg->const char * transition
Anselm R. Garbe2007-02-22 12:00:02 +01:00
ba96131af0
restoring default keybindings as Sander complained
Anselm R. Garbe2007-02-22 11:45:03 +01:00
2c477cf661
replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
Anselm R. Garbe2007-02-22 11:42:08 +01:00
4bd4f421d3
status needs update even in togglemax() - since we got an indicator for this
Anselm R. Garbe2007-02-22 10:59:42 +01:00
84432e6b36
reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
Anselm R. Garbe2007-02-22 10:57:19 +01:00
1a25414ace
dwm draws a small caret before the client title if it's a versatile client
Anselm R. Garbe2007-02-22 10:52:57 +01:00
6ee9f13457
fixing missing extern declars in dwm.h for {de,at}tach()
Anselm R. Garbe2007-02-22 08:02:04 +01:00
352cae4380
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. Garbe2007-02-22 07:59:13 +01:00
b3b58c08e4
just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)
Anselm R. Garbe2007-02-21 21:36:54 +01:00
78666b99b8
using 333 as background, hey proggyclean is really good
Anselm R. Garbe2007-02-21 16:57:21 +01:00
0bdcf75e25
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. Garbe2007-02-21 16:53:25 +01:00
7ae0c198b3
switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
Anselm R. Garbe2007-02-21 13:24:37 +01:00
52f0b9e2e3
removed some global vars which should be static instead
Anselm R. Garbe2007-02-21 11:45:51 +01:00
29c26b88e7
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. Garbe2007-02-21 11:39:57 +01:00