diff options
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ hs.hotkey.bind({}, 'f8', function() -- Counteract a Catalina bug where sometimes inverting screen colours with -- an external monitor connected makes the internal monitor's brightness -- change to 100%. - if hs.screen.primaryScreen():name() ~= 'G247HL' then + if hs.screen.primaryScreen():name() == 'G247HL' then cbb_brightness_restore() end end) |