Switching Between Work/Office and Gaming Setups on the Same Monitor? #3982
-
Hi everyone, I’ve been using BetterDisplay to manage my monitor settings, and I’m looking for advice on how to quickly switch between two different setups for the same monitor. I have a setup for work/office with a high resolution and no HDR, and a separate one for gaming with a higher resolution, different color mode and HDR enabled. What’s the best way to switch between these two setups quickly and seamlessly? I’d really appreciate any tips or suggestions from those who’ve set up similar workflows. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi there, I recommend creating a Shortcut action and use https://github.com/waydabber/BetterDisplay/wiki/Integration-features,-CLI I plan to make more native Shortcuts actions for less experienced users as well. I think using scripting or Shortcuts is much better than replicating the entire functionality and flexibility of scripting and CLI in-app with some custom UI that will end up just as complicated as a scripting tool or Shortcuts. Regarding running a Shortcut or script when changing Focus, I think there is no built-in solution on macOS due to some strange omission (there is/was on iOS). There are however third party apps that can bridge this gap imho (never tried though). |
Beta Was this translation helpful? Give feedback.
-
I have a script that toggles my monitor between Work and Home mode, and you might be able to customize it to fit your needs too! I use it because switching from DisplayPort to USB-C while DSC is active causes my monitor to black out. To avoid this, I run the script before my workday starts, allowing me to switch seamlessly between my work and home laptop.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I've managed to do it in the meantime. my code is much simpler - but I only need a few settings :) |
Beta Was this translation helpful? Give feedback.
Hi there,
I recommend creating a Shortcut action and use
betterdisplaycli
to configure everything according to your liking. Almost all app features are scriptable. :)https://github.com/waydabber/BetterDisplay/wiki/Integration-features,-CLI
I plan to make more native Shortcuts actions for less experienced users as well. I think using scripting or Shortcuts is much better than replicating the entire functionality and flexibility of scripting and CLI in-app with some custom UI that will end up just as complicated as a scripting tool or Shortcuts.
Regarding running a Shortcut or script when changing Focus, I think there is no built-in solution on macOS due to some strange omission (there is/…