<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rde.git/src/Rahm/Desktop/Layout, branch wip_mapping_keycodes</title>
<subtitle>Rahm's Rice'd Desktop Environment
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/'/>
<entry>
<title>Add ability to add a hole to the layout. Doesn't work perfectly.</title>
<updated>2023-12-18T12:30:47+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-12-18T12:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=8e168883155a61d98bdeb6782515231f962a02b5'/>
<id>8e168883155a61d98bdeb6782515231f962a02b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added BorderColors.hs</title>
<updated>2023-12-09T07:43:01+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2023-12-09T07:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=7fcb150943032880abd5a0be6421a68b9cf234a5'/>
<id>7fcb150943032880abd5a0be6421a68b9cf234a5</id>
<content type='text'>
This module manager border colors for the windows and handles
automatically maintaining the colors across stack changes.

This also adds green borders to pinned windows to differentiate them
from normal windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This module manager border colors for the windows and handles
automatically maintaining the colors across stack changes.

This also adds green borders to pinned windows to differentiate them
from normal windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix withWindowsUnpinned to not pin unpinned windows after the function is completed</title>
<updated>2023-12-08T23:42:08+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2023-12-08T23:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=36b1792d90b5e58f66c730652e9b0c2cd38570e7'/>
<id>36b1792d90b5e58f66c730652e9b0c2cd38570e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Got the pin window layout to work. It works better than the main branch for now except the border color does not change.</title>
<updated>2023-12-08T23:13:24+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2023-12-08T23:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=9f176adbff807dafec2caee5e3b104e65caf9029'/>
<id>9f176adbff807dafec2caee5e3b104e65caf9029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP trying to use pin-window as a layout. Not really working too well</title>
<updated>2023-12-07T19:38:10+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2023-12-07T19:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=33879cd90b0dd488540f7526d3eceab152a23d0f'/>
<id>33879cd90b0dd488540f7526d3eceab152a23d0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed problem with the hole layout where it was not passing on the focused window correctly</title>
<updated>2023-12-06T01:06:33+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2023-12-06T01:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=8d67f1ea8c614f12ddfc77d5727fb7fd8472484b'/>
<id>8d67f1ea8c614f12ddfc77d5727fb7fd8472484b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Still a work-in-progress, but better dragging window.</title>
<updated>2023-12-06T00:50:20+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2023-12-06T00:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=122b51770305f3f22050ba7000d168e298eb1661'/>
<id>122b51770305f3f22050ba7000d168e298eb1661</id>
<content type='text'>
Dragging a window will leave a hole behind until it reaches its final
destination, making it look a little better.

Now I've also implemented drag so that when ending the drag with a
right-click it tiles the window on the screen it's currently on.

It is still pretty jenky and very much a WIP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dragging a window will leave a hole behind until it reaches its final
destination, making it look a little better.

Now I've also implemented drag so that when ending the drag with a
right-click it tiles the window on the screen it's currently on.

It is still pretty jenky and very much a WIP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to tile-drag</title>
<updated>2023-12-05T20:38:30+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2023-12-05T20:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=12db6e459520f78cfa07cedbc45015f4090066a1'/>
<id>12db6e459520f78cfa07cedbc45015f4090066a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add export lists to all modules.</title>
<updated>2022-11-23T18:53:15+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>rahm@google.com</email>
</author>
<published>2022-11-23T18:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=903a9acb217c49dd76ca864184a7858a7a56731d'/>
<id>903a9acb217c49dd76ca864184a7858a7a56731d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more unused imports.</title>
<updated>2022-11-23T07:38:10+00:00</updated>
<author>
<name>Josh Rahm</name>
<email>joshuarahm@gmail.com</email>
</author>
<published>2022-11-23T07:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rde.git/commit/?id=2e7e9b6565b9b602a00d0f2d42ebda9985478593'/>
<id>2e7e9b6565b9b602a00d0f2d42ebda9985478593</id>
<content type='text'>
GHC left some of the unused imports as `import X ()`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GHC left some of the unused imports as `import X ()`
</pre>
</div>
</content>
</entry>
</feed>
