<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: hazed xz</title>
    <description>The latest articles on DEV Community by hazed xz (@hazed_xz_adca05244d9bd886).</description>
    <link>https://dev.to/hazed_xz_adca05244d9bd886</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4015817%2F7a9b3093-dd03-4c21-b252-1cf7a91a0d80.jpg</url>
      <title>DEV Community: hazed xz</title>
      <link>https://dev.to/hazed_xz_adca05244d9bd886</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hazed_xz_adca05244d9bd886"/>
    <language>en</language>
    <item>
      <title>I built a tiling window manager for Windows in Rust</title>
      <dc:creator>hazed xz</dc:creator>
      <pubDate>Sun, 05 Jul 2026 05:55:30 +0000</pubDate>
      <link>https://dev.to/hazed_xz_adca05244d9bd886/i-built-a-tiling-window-manager-for-windows-in-rust-5df3</link>
      <guid>https://dev.to/hazed_xz_adca05244d9bd886/i-built-a-tiling-window-manager-for-windows-in-rust-5df3</guid>
      <description>&lt;p&gt;I got tired of manually snapping windows around so I built tidewm — &lt;br&gt;
a tiling window manager for Windows 10/11 that arranges everything &lt;br&gt;
automatically.&lt;/p&gt;

&lt;p&gt;You open an app, it tiles. You close one, everything redistributes. &lt;br&gt;
No clicks, no dragging, no thought required.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Automatically tiles every resizable window&lt;/li&gt;
&lt;li&gt;4 layouts: tall, wide, bsp, monocle — switchable at runtime&lt;/li&gt;
&lt;li&gt;Smooth animations&lt;/li&gt;
&lt;li&gt;~0% CPU at idle, 2-4 MB RAM&lt;/li&gt;
&lt;li&gt;Windows that can't be resized (dialogs, fixed-size tools) are left untouched&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The invisible border problem
&lt;/h2&gt;

&lt;p&gt;Windows 10/11 add a 7px invisible border around every window for the &lt;br&gt;
DWM shadow. Without compensation, windows that should be flush have a &lt;br&gt;
visible gap. tidewm corrects for this automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hotkeys
&lt;/h2&gt;

&lt;p&gt;Alt + H/L to focus, Alt + 1/2/3/4 to switch layouts, Alt + Q to quit. &lt;br&gt;
Modifier is configurable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Animations
&lt;/h2&gt;

&lt;p&gt;Cubic ease-out curve. We tried spring physics at some point. &lt;br&gt;
It looked terrible. lmfao.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/hazedxz/tidewm" rel="noopener noreferrer"&gt;https://github.com/hazedxz/tidewm&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>microsoft</category>
    </item>
  </channel>
</rss>
