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
cee56d3863
renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page
Anselm R. Garbe2007-02-19 17:00:32 +01:00
de6695792a
well, resize should be called in dofloat anyways ;)
Anselm R. Garbe2007-02-16 16:41:22 +01:00
6e22ccf7b1
removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
Anselm R. Garbe2007-02-16 16:38:40 +01:00
3ce8c9f338
added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
Anselm R. Garbe2007-02-14 14:01:12 +01:00
28ffff801b
replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
Anselm R. Garbe2007-02-07 12:37:06 +01:00