<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwm.git, branch 2.4</title>
<subtitle>My fork of dwm
</subtitle>
<id>https://git.marcelscrem.com/dwm.git/atom?h=2.4</id>
<link rel='self' href='https://git.marcelscrem.com/dwm.git/atom?h=2.4'/>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/'/>
<updated>2006-11-28T16:36:00Z</updated>
<entry>
<title>extended dwm.1 with last change</title>
<updated>2006-11-28T16:36:00Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-28T16:36:00Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=683dabe5e61ab0111ef72e0b12e69a637ebadb05'/>
<id>urn:sha1:683dabe5e61ab0111ef72e0b12e69a637ebadb05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>togglefloat should only work in dotile mode (thanks to Sander for this hint)</title>
<updated>2006-11-28T16:35:31Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-28T16:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=3aff96177cff61b61509540eb02cc38c4a59eb1e'/>
<id>urn:sha1:3aff96177cff61b61509540eb02cc38c4a59eb1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>applied Alex Elide's tricky patch, thanks!</title>
<updated>2006-11-27T16:51:50Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T16:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=0a915eba8fedeaf6ab5c3a1808962f5467aa8c5e'/>
<id>urn:sha1:0a915eba8fedeaf6ab5c3a1808962f5467aa8c5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>returning to old Key struct</title>
<updated>2006-11-27T16:49:58Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T16:49:58Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=19dcbc5717bdcef4bcb5be6966be7d86f88152d6'/>
<id>urn:sha1:19dcbc5717bdcef4bcb5be6966be7d86f88152d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>applied Szabolcs Nagy's patch (thank you!)</title>
<updated>2006-11-27T16:46:02Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T16:46:02Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=d2a4952956aa21a48ac40d7f650036682cb9d97d'/>
<id>urn:sha1:d2a4952956aa21a48ac40d7f650036682cb9d97d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>applied patch by Jukka</title>
<updated>2006-11-27T16:30:06Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T16:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=0c97b21b6120137858f390f061d17f065b41d26e'/>
<id>urn:sha1:0c97b21b6120137858f390f061d17f065b41d26e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)</title>
<updated>2006-11-27T12:21:38Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T12:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=19390b1a91da680a502ce5acebd086cfbe32627c'/>
<id>urn:sha1:19390b1a91da680a502ce5acebd086cfbe32627c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added man page entry</title>
<updated>2006-11-27T10:05:47Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T10:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=8dc86051df197792d35521743cc2cb72b60a47ff'/>
<id>urn:sha1:8dc86051df197792d35521743cc2cb72b60a47ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut</title>
<updated>2006-11-27T09:57:37Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T09:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=46d5f9d1bfd8caaabaabfb7c7e5eac269aff4987'/>
<id>urn:sha1:46d5f9d1bfd8caaabaabfb7c7e5eac269aff4987</id>
<content type='text'>
</content>
</entry>
<entry>
<title>applied Jukka's patch preventing some cornercases and making the EOF error message correct</title>
<updated>2006-11-27T09:29:47Z</updated>
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<published>2006-11-27T09:29:47Z</published>
<link rel='alternate' type='text/html' href='https://git.marcelscrem.com/dwm.git/commit/?id=35e96b8deba8aae863cef32f2ea2a84ebf162472'/>
<id>urn:sha1:35e96b8deba8aae863cef32f2ea2a84ebf162472</id>
<content type='text'>
</content>
</entry>
</feed>
