<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwm, branch master</title>
<subtitle>A fork of the dynamic window manager.
</subtitle>
<id>https://git.warricklo.net/dwm/atom?h=master</id>
<link rel='self' href='https://git.warricklo.net/dwm/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/'/>
<updated>2021-11-26T10:37:32+00:00</updated>
<entry>
<title>Fix transparent borders when using a compositor</title>
<updated>2021-11-26T10:37:32+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-26T10:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=f171ce48d5700bc4c8a7a7f666ec2b98dabb3d82'/>
<id>urn:sha1:f171ce48d5700bc4c8a7a7f666ec2b98dabb3d82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix window borders showing while gaps are disabled</title>
<updated>2021-11-26T10:16:15+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-26T10:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=3915b335fe25999e3adc96550679d82da40f78e3'/>
<id>urn:sha1:3915b335fe25999e3adc96550679d82da40f78e3</id>
<content type='text'>
While gaps are disabled in monocle layout or tiling layout with one
window, borders would show on adjacent monitors.

The commit makes it so that the border width is set to 0 if in monocle
layout or there is only one tiling window. Offsets and window sizes are
adjusted in resize().
</content>
</entry>
<entry>
<title>Fix typos and formatting</title>
<updated>2021-11-26T08:22:35+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-26T08:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=23098488e012c3a69135fdf079d60d75d5c9f75a'/>
<id>urn:sha1:23098488e012c3a69135fdf079d60d75d5c9f75a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add cfacts fuctionality</title>
<updated>2021-11-25T06:51:06+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-25T06:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=e9f63fd848ab2b4c610ff20f7cc4287f51a085eb'/>
<id>urn:sha1:e9f63fd848ab2b4c610ff20f7cc4287f51a085eb</id>
<content type='text'>
Added the ability to increase/decrease a window's weight (screen space).
</content>
</entry>
<entry>
<title>Change behaviour of moveresize(), moveresizeedge()</title>
<updated>2021-11-25T02:30:32+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-25T02:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=160f58b959f81d4fb8d2910ee7ce8b82809aa127'/>
<id>urn:sha1:160f58b959f81d4fb8d2910ee7ce8b82809aa127</id>
<content type='text'>
Removed cursor warping when moving/resizing, since dwm has already been
patched to focus windows only when clicked.

Removed some options for moveresize(). We (likely) aren't going to be
using them anyway.

Replaced the if statments in moveresizeedge() with a switch statement.
</content>
</entry>
<entry>
<title>Allow moving and resizing windows with keyboard</title>
<updated>2021-11-24T12:20:36+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-24T12:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=7c623883ca2719adb43af2728da4f3049bdb7f4a'/>
<id>urn:sha1:7c623883ca2719adb43af2728da4f3049bdb7f4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add restarting functionality</title>
<updated>2021-11-24T11:36:17+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-24T11:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=0597ab7eabfe7b6a1a17a75b8ec2922ab4eff816'/>
<id>urn:sha1:0597ab7eabfe7b6a1a17a75b8ec2922ab4eff816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always center floating windows</title>
<updated>2021-11-24T11:23:59+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-24T11:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=ad7c5938d25936c1e7ddcb8b46ec57039bd5cf0a'/>
<id>urn:sha1:ad7c5938d25936c1e7ddcb8b46ec57039bd5cf0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Window focus now only switches on click</title>
<updated>2021-11-24T11:16:17+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-24T11:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=680c307f0c74f8fd96e0ca2683c750c402d675ec'/>
<id>urn:sha1:680c307f0c74f8fd96e0ca2683c750c402d675ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add window swallowing support</title>
<updated>2021-11-24T08:39:48+00:00</updated>
<author>
<name>Warrick Lo</name>
<email>warrick.s.z.lo@gmail.com</email>
</author>
<published>2021-11-24T08:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.warricklo.net/dwm/commit/?id=46f916207a76f8a249c8f0a138f6c6c5d8aacaa0'/>
<id>urn:sha1:46f916207a76f8a249c8f0a138f6c6c5d8aacaa0</id>
<content type='text'>
Requires the X Resource Extension.

Window swallowing will not be able to handle programs launched from
tmux.
</content>
</entry>
</feed>
