<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suckless/X/dwm/config.default.h, branch custom</title>
<subtitle>Dynamic Window Manager for X
</subtitle>
<id>http://git.nathanreiner.xyz/suckless/X/dwm/atom?h=custom</id>
<link rel='self' href='http://git.nathanreiner.xyz/suckless/X/dwm/atom?h=custom'/>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/'/>
<updated>2007-09-15T08:35:18Z</updated>
<entry>
<title>renamed config.default.h into config.h</title>
<updated>2007-09-15T08:35:18Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T08:35:18Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=5d831eaa94e1ef91e4227298bdd5eec7b2181caf'/>
<id>urn:sha1:5d831eaa94e1ef91e4227298bdd5eec7b2181caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed config.arg.h, only 1 config.h necessary</title>
<updated>2007-09-15T08:30:45Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T08:30:45Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=73e2aba341624fbfb4791d464bf0d0a16c50578c'/>
<id>urn:sha1:73e2aba341624fbfb4791d464bf0d0a16c50578c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals</title>
<updated>2007-09-09T16:28:39Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-09T16:28:39Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=ae760f3f3883cbb4249d46d2213c86696c64cd04'/>
<id>urn:sha1:ae760f3f3883cbb4249d46d2213c86696c64cd04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>applied Jukka Salmi's setmwfact patch</title>
<updated>2007-08-17T19:10:50Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-17T19:10:50Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=a923298d3577dca0e69fd70edbef56c7822258e3'/>
<id>urn:sha1:a923298d3577dca0e69fd70edbef56c7822258e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made plural arrays</title>
<updated>2007-08-16T16:41:22Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-16T16:41:22Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=04dec4c94390fdf57893615de5b5872dd5abbce4'/>
<id>urn:sha1:04dec4c94390fdf57893615de5b5872dd5abbce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's</title>
<updated>2007-08-16T15:55:55Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-16T15:55:55Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=10bc0ce912eb99fec49d954c80d92e04429ed0ee'/>
<id>urn:sha1:10bc0ce912eb99fec49d954c80d92e04429ed0ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved floating to layout.c, kept tile.c outside</title>
<updated>2007-08-12T11:10:21Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-12T11:10:21Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab'/>
<id>urn:sha1:0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact</title>
<updated>2007-08-12T10:46:08Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-12T10:46:08Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=f6e41b0bc3a00a2c48a996e2da4ad84be9a719f7'/>
<id>urn:sha1:f6e41b0bc3a00a2c48a996e2da4ad84be9a719f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code</title>
<updated>2007-08-11T10:11:50Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-11T10:11:50Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=2d81b78b853565a3e34a8a9190e2362a6fdde739'/>
<id>urn:sha1:2d81b78b853565a3e34a8a9190e2362a6fdde739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details</title>
<updated>2007-08-10T16:16:05Z</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-08-10T16:16:05Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/X/dwm/commit/?id=aa53e39ec0eb39949c5c03d56da08204d14d9ff9'/>
<id>urn:sha1:aa53e39ec0eb39949c5c03d56da08204d14d9ff9</id>
<content type='text'>
</content>
</entry>
</feed>
