<?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: Akshin Yolcuyev</title>
    <description>The latest articles on DEV Community by Akshin Yolcuyev (@akshin_yolcuyev_3b7e1f03c).</description>
    <link>https://dev.to/akshin_yolcuyev_3b7e1f03c</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3581686%2F67a334a2-60ef-497a-bb1e-01aca3e9169e.jpg</url>
      <title>DEV Community: Akshin Yolcuyev</title>
      <link>https://dev.to/akshin_yolcuyev_3b7e1f03c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshin_yolcuyev_3b7e1f03c"/>
    <language>en</language>
    <item>
      <title>I got tired of rearranging my monitors every time I plug them in</title>
      <dc:creator>Akshin Yolcuyev</dc:creator>
      <pubDate>Sun, 12 Apr 2026 18:35:58 +0000</pubDate>
      <link>https://dev.to/akshin_yolcuyev_3b7e1f03c/i-got-tired-of-rearranging-my-monitors-every-time-i-plug-them-in-4p3a</link>
      <guid>https://dev.to/akshin_yolcuyev_3b7e1f03c/i-got-tired-of-rearranging-my-monitors-every-time-i-plug-them-in-4p3a</guid>
      <description>&lt;p&gt;I have two external monitors connected to my Mac. Every time I unplug one — for a meeting, to move my laptop to the couch, or just after waking from sleep — macOS "forgets" the arrangement. Monitors swap sides. The primary display changes. Resolution resets.&lt;/p&gt;

&lt;p&gt;Every single time: System Settings &amp;gt; Displays &amp;gt; drag the rectangles &amp;gt; pick the resolution &amp;gt; set the primary monitor. Thirty seconds that feel like thirty minutes.&lt;/p&gt;

&lt;p&gt;I looked it up — this has been a known problem for years. There are paid solutions, but it felt absurd to pay for something macOS should handle on its own: remembering where my monitors go.&lt;/p&gt;

&lt;p&gt;So I built MonitorManager. A menu bar utility written in Swift that does exactly one thing: remembers your monitor arrangement and restores it automatically.&lt;/p&gt;

&lt;p&gt;Set up your monitors &amp;gt; hit Save &amp;gt; give it a name &amp;gt; done. Next time you plug in, everything snaps back into place: positions, resolution, primary display. You can save multiple profiles — "Work", "Gaming", "Presentation" — and switch with one click.&lt;/p&gt;

&lt;p&gt;No Electron. No subscriptions. A native 100KB app that sits in your menu bar and just works.&lt;/p&gt;

&lt;p&gt;Open source. For now you can build from source:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/akshin18/monitor_man.git
&lt;span class="nb"&gt;cd &lt;/span&gt;monitor_man &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nb"&gt;chmod&lt;/span&gt; +x build.sh &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; ./build.sh
open MonitorManager.app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Homebrew tap is coming soon.&lt;/p&gt;

&lt;p&gt;GitHub: github.com/akshin18/monitor_man&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>swift</category>
    </item>
  </channel>
</rss>
