<?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: Misha Kushka</title>
    <description>The latest articles on DEV Community by Misha Kushka (@kushkamisha).</description>
    <link>https://dev.to/kushkamisha</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%2F528792%2F08cfc8db-6b68-426e-9b07-4475db169824.jpeg</url>
      <title>DEV Community: Misha Kushka</title>
      <link>https://dev.to/kushkamisha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kushkamisha"/>
    <language>en</language>
    <item>
      <title>I finally fixed Dell monitor brightness on my MacBook (Apple Silicon)</title>
      <dc:creator>Misha Kushka</dc:creator>
      <pubDate>Tue, 24 Feb 2026 13:33:00 +0000</pubDate>
      <link>https://dev.to/kushkamisha/i-finally-fixed-dell-monitor-brightness-on-my-macbook-apple-silicon-3b26</link>
      <guid>https://dev.to/kushkamisha/i-finally-fixed-dell-monitor-brightness-on-my-macbook-apple-silicon-3b26</guid>
      <description>&lt;p&gt;If you use a &lt;strong&gt;Dell monitor with a MacBook (M1/M2/M3)&lt;/strong&gt;, you know the pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Brightness keys only affect the MacBook&lt;/li&gt;
&lt;li&gt;External monitor stays blinding&lt;/li&gt;
&lt;li&gt;Popular apps are laggy or broken on Apple Silicon&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built a fix.&lt;/p&gt;

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

&lt;p&gt;A tiny &lt;strong&gt;CLI tool&lt;/strong&gt; that automatically syncs your &lt;strong&gt;Dell monitor brightness&lt;/strong&gt; with your MacBook — smoothly, in real time, no UI.&lt;/p&gt;

&lt;p&gt;Runs silently in the background. Set once, forget forever.&lt;/p&gt;

&lt;h3&gt;
  
  
  One-command setup
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;bash &amp;lt;&lt;span class="o"&gt;(&lt;/span&gt;curl &lt;span class="nt"&gt;-sL&lt;/span&gt; https://raw.githubusercontent.com/kushkamisha/dell-brightness-sync/main/install.sh&lt;span class="o"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or run instantly:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx @mkushka/dell-brightness-sync
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  How it works
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Reads &lt;em&gt;actual&lt;/em&gt; Mac brightness via &lt;code&gt;corebrightnessdiag&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Controls Dell monitors via hardware DDC/CI (&lt;code&gt;m1ddc&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;No Electron, no accessibility hacks, no permissions hell&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/kushkamisha/dell-brightness-sync" rel="noopener noreferrer"&gt;https://github.com/kushkamisha/dell-brightness-sync&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;npm: &lt;a href="https://www.npmjs.com/package/@mkushka/dell-brightness-sync" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@mkushka/dell-brightness-sync&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Open-source. MIT. Built because I was annoyed 😄&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>node</category>
      <category>opensource</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
