18248ebf4b
same as before with dwm.c as well
Anselm R Garbe
2014-05-29 18:05:17 +02:00
b468873b2b
updated copyright notice in LICENSE file
Anselm R Garbe
2014-05-29 18:02:12 +02:00
cdec9782a1
applied Lukas' focus suggestion at startup, thanks
Anselm R Garbe
2013-08-27 20:39:21 +02:00
6af273771c
applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn required
Anselm R Garbe
2013-08-02 22:40:20 +02:00
4fb31e0896
do not take our font declaration as default for st
Anselm R Garbe
2013-07-20 09:08:46 +02:00
33a74489f0
applied Julian's enum approach, however renamed theme into scheme resp. Theme into ClrScheme
Anselm R Garbe
2013-06-19 19:35:33 +02:00
5364697914
finished libsl/drw integration
Anselm R Garbe
2013-06-16 15:20:29 +02:00
7edc596311
include font argument for st by default
Anselm R Garbe
2013-05-02 17:31:22 +02:00
68b400e95d
added st to SEE ALSO section
Anselm R Garbe
2013-05-01 15:45:32 +02:00
656882d76f
use st as default terminal from now on
Anselm R Garbe
2013-05-01 15:41:44 +02:00
1479e76f01
shut up about deprecated Xlib functions
Anselm R Garbe
2013-05-01 15:39:06 +02:00
f2544a3318
renamed draw into drw
Anselm R Garbe
2013-04-17 21:21:47 +02:00
aafeaf7317
continued with draw.c and draw.h implementation, now the integration begins
Anselm R Garbe
2012-12-09 19:11:11 +01:00
f21d46ea7d
continued with draw.c abstraction, also started util.{h,c} implementation, that will be used by draw.c as well
Anselm R Garbe
2012-12-08 10:13:01 +01:00
c0ba635c50
removed DDC, all is Draw-dependent
anselm@garbe.us
2012-11-18 17:52:42 +01:00
0a673ad7a3
continued, distinction of Draw and DDC is bad, needs to be merged
anselm@garbe.us
2012-11-18 17:26:12 +01:00
3aabc08ede
reverting the xkb dependency, I don't care if this function is deprecated, it seems it breaks other stuff instead.
anselm@garbe.us
2012-11-18 16:39:56 +01:00
20f6917910
drastically changed updategeom() handling, see comment in updategeom() for details
anselm@garbe.us
2012-06-23 10:12:46 +02:00
820cbb3545
reversed Andreas Amann's fullscreen fix with the approach proposed by Gary Langshaw: - idea is not supporting movemouse/resizemouse/togglefloating for fullscreen windows - as fullscreen windows are broken anyways, they should only be adjusted by their own means
anselm@garbe.us
2012-06-23 09:06:00 +02:00
90f3238301
added kludge to fix some input focus misbehavior in gedit and anjuta, thanks Martti Kühne
anselm@garbe.us
2012-04-15 11:41:18 +02:00
3bfc43c3d0
applied Andreas Amanns' netwm_client_list patch, but with some indentation fixes
anselm@garbe.us
2012-03-25 17:49:35 +02:00
873bcb97a9
applied Eckehard Berns barwin leak fix and his suggestion to deal with restack() -- the latter aspect needs further investigation.
anselm@garbe.us
2012-01-12 07:36:05 +01:00
8262d9e663
make ewmh dialog windows float
Christoph Lohmann
2011-11-02 12:01:28 +00:00
90af1ced3c
allow 0 nmaster
Connor Lane Smith
2011-10-31 20:09:27 +01:00
5ccd42f807
fix big-border corner case
Connor Lane Smith
2011-10-30 12:14:34 +01:00
1586b7a02d
added keyrelease remark to TODO
garbeam@gmail.com
2011-10-29 10:57:27 +02:00
2420071f4c
improve tile spacing
Connor Lane Smith
2011-10-28 23:45:12 +01:00
04c26574b8
add nmaster binds to manpage
Connor Lane Smith
2011-10-26 12:16:25 +01:00
b1a28ae1da
apply nmaster patch
Connor Lane Smith
2011-10-25 20:40:46 +01:00
f68a01cd76
apply resize hints in floating layout
Connor Lane Smith
2011-10-25 20:08:08 +01:00
2b625eb73e
hide clients to the left, not the right
Connor Lane Smith
2011-10-25 20:01:18 +01:00
0f1f30daca
applied Connors cleanup patch of Eckehards proposed fix of applyrules(), thanks everyone involved
garbeam@gmail.com
2011-08-15 18:44:12 +02:00
dec4850d05
applied Connors and Valentins patch to improve the unmapnotify handling of broken clients
garbeam@gmail.com
2011-08-08 16:55:06 +00:00
0de4197cc5
applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test driver
garbeam@gmail.com
2011-07-29 20:01:22 +02:00
d5c5c52b30
applied lolilolicon's floating center patch, further investigation wrt his second issue reported needed
garbeam@gmail.com
2011-07-20 18:33:19 +00:00
d0b4575bf4
thanks to recursions on IRC for his remark
garbeam@gmail.com
2011-07-20 18:30:51 +00:00
03518ce49e
Added tag 5.9 for changeset dd74622a4785
garbeam@gmail.com
2011-07-10 21:25:23 +01:00
b3c5f5435a
removed unneeded offset recalculation, thanks Jukka, let's see if this breaks some other client
garbeam@gmail.com
2011-07-10 21:18:50 +01:00
a692bdcf2b
undo the focus optimisation patch for 5.9
garbeam@gmail.com
2011-07-10 21:12:05 +01:00
d83454f6b7
applied Peters two patches, please test hg tip, if nothing breaks this is 5.9
garbeam@gmail.com
2011-07-09 07:57:10 +01:00
27b0142203
applied Garys patch in a slightly modified way
garbeam@gmail.com
2011-07-02 11:02:22 +02:00
867ba36030
applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0
garbeam@gmail.com
2011-07-01 17:56:53 +01:00
e83f36db10
fixed scroll lock (thanks bogdan)
Connor Lane Smith
2011-06-27 20:12:42 +01:00
212f417e44
fix numlock (thanks mikhail)
Connor Lane Smith
2011-06-27 19:35:11 +01:00
3a392b8558
making enternotify less focus hungry
garbeam@gmail.com
2011-06-25 09:07:28 +01:00
92fe06b501
applied Andreas Amann's patch from Oct 2010, thanks
garbeam@gmail.com
2011-06-24 21:02:32 +01:00