<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suckless/dwm.git/Makefile, branch 4.8</title>
<subtitle>dynamic window manager</subtitle>
<id>https://git.alessandroiezzi.it/suckless/dwm.git/atom?h=4.8</id>
<link rel='self' href='https://git.alessandroiezzi.it/suckless/dwm.git/atom?h=4.8'/>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/'/>
<updated>2008-03-13T10:11:02+00:00</updated>
<entry>
<title>removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms</title>
<updated>2008-03-13T10:11:02+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2008-03-13T10:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=95eae7b9d25602cf5fb25ecbc9d92ead8005c1f8'/>
<id>urn:sha1:95eae7b9d25602cf5fb25ecbc9d92ead8005c1f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>thx to Toni Lainson</title>
<updated>2007-10-19T07:56:51+00:00</updated>
<author>
<name>arg@suckless.org</name>
<email>unknown</email>
</author>
<published>2007-10-19T07:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=e94774dd6929f2f22c620ebecb42775a193f2e0e'/>
<id>urn:sha1:e94774dd6929f2f22c620ebecb42775a193f2e0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities</title>
<updated>2007-10-18T08:28:41+00:00</updated>
<author>
<name>arg@suckless.org</name>
<email>unknown</email>
</author>
<published>2007-10-18T08:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=cd7ebaad25fa5f10a4442f9d80a05f344ca271d3'/>
<id>urn:sha1:cd7ebaad25fa5f10a4442f9d80a05f344ca271d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>recreated dwm.h</title>
<updated>2007-10-11T18:47:34+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-10-11T18:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=0453c1d180ca868a740bcc032d2dac1f120f6c7e'/>
<id>urn:sha1:0453c1d180ca868a740bcc032d2dac1f120f6c7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all</title>
<updated>2007-09-23T09:24:12+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-23T09:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=17d39ee01458025a5b9f5087168f258933f0ccd9'/>
<id>urn:sha1:17d39ee01458025a5b9f5087168f258933f0ccd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it</title>
<updated>2007-09-17T14:42:37+00:00</updated>
<author>
<name>arg@suckless.org</name>
<email>unknown</email>
</author>
<published>2007-09-17T14:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=fe2775a15ba2d4900788c57194da2bad3d19cfaf'/>
<id>urn:sha1:fe2775a15ba2d4900788c57194da2bad3d19cfaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>micromizing dwm step 1</title>
<updated>2007-09-15T20:25:27+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T20:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=0235a84ef286db5c97239615ae525ce973641941'/>
<id>urn:sha1:0235a84ef286db5c97239615ae525ce973641941</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved bar-related stuff to bar.c (merged draw.c into that)</title>
<updated>2007-09-15T11:16:54+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T11:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=7e476fb86ba254e6fe3a916ed7b5298e432a469c'/>
<id>urn:sha1:7e476fb86ba254e6fe3a916ed7b5298e432a469c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed config.default.h into config.h</title>
<updated>2007-09-15T08:35:18+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T08:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=5d831eaa94e1ef91e4227298bdd5eec7b2181caf'/>
<id>urn:sha1:5d831eaa94e1ef91e4227298bdd5eec7b2181caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dist target only needs to add config.default.h</title>
<updated>2007-09-15T08:31:28+00:00</updated>
<author>
<name>Anselm R. Garbe</name>
<email>garbeam@gmail.com</email>
</author>
<published>2007-09-15T08:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/suckless/dwm.git/commit/?id=e0a6dee30df84e1f4d63a428a9804bf47d82ca43'/>
<id>urn:sha1:e0a6dee30df84e1f4d63a428a9804bf47d82ca43</id>
<content type='text'>
</content>
</entry>
</feed>
