mirror of
https://github.com/jbranchaud/til
synced 2026-03-04 06:58:45 +00:00
Add Control Which Monitor App Switcher Appears On as a Mac TIL
This commit is contained in:
@@ -10,7 +10,7 @@ working across different projects via [VisualMode](https://www.visualmode.dev/).
|
|||||||
|
|
||||||
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
|
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
|
||||||
|
|
||||||
_1732 TILs and counting..._
|
_1733 TILs and counting..._
|
||||||
|
|
||||||
See some of the other learning resources I work on:
|
See some of the other learning resources I work on:
|
||||||
|
|
||||||
@@ -720,6 +720,7 @@ If you've learned something here, support my efforts writing daily TILs by
|
|||||||
- [Capture Screenshot To Clipboard From CLI](mac/capture-screenshot-to-clipboard-from-cli.md)
|
- [Capture Screenshot To Clipboard From CLI](mac/capture-screenshot-to-clipboard-from-cli.md)
|
||||||
- [Check Network Quality Stats From The Command Line](mac/check-network-quality-stats-from-the-command-line.md)
|
- [Check Network Quality Stats From The Command Line](mac/check-network-quality-stats-from-the-command-line.md)
|
||||||
- [Clean Up Old Homebrew Files](mac/clean-up-old-homebrew-files.md)
|
- [Clean Up Old Homebrew Files](mac/clean-up-old-homebrew-files.md)
|
||||||
|
- [Control Which Monitor App Switcher Appears On](mac/control-which-monitor-app-switcher-appears-on.md)
|
||||||
- [Convert An HEIC Image File To JPG](mac/convert-an-heic-image-file-to-jpg.md)
|
- [Convert An HEIC Image File To JPG](mac/convert-an-heic-image-file-to-jpg.md)
|
||||||
- [Default Screenshot Location](mac/default-screenshot-location.md)
|
- [Default Screenshot Location](mac/default-screenshot-location.md)
|
||||||
- [Detect How Long A User Has Been Idle](mac/detect-how-long-a-user-has-been-idle.md)
|
- [Detect How Long A User Has Been Idle](mac/detect-how-long-a-user-has-been-idle.md)
|
||||||
|
|||||||
21
mac/control-which-monitor-app-switcher-appears-on.md
Normal file
21
mac/control-which-monitor-app-switcher-appears-on.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Control Which Monitor App Switcher Appears On
|
||||||
|
|
||||||
|
For the most part when I hit `cmd+tab` (and `cmd+shift+tab`) to switch between
|
||||||
|
apps, the visual switcher UI (which shows a row of the open apps) appears on my
|
||||||
|
main monitor. However, sometimes I will be hitting `cmd+tab` and nothing shows
|
||||||
|
up on my main monitor. I look to the right at my side monitor and there is the
|
||||||
|
app switcher UI.
|
||||||
|
|
||||||
|
Why is it appearing over there all of a sudden?
|
||||||
|
|
||||||
|
The reason is that the app switcher UI is anchored to the same screen where the
|
||||||
|
doc is located. Though the doc defaults to my main monitor, if I access the doc
|
||||||
|
from the side monitor, now it is anchored there.
|
||||||
|
|
||||||
|
To switch it back, I just have to make the doc slide up on my main monitor by
|
||||||
|
running my mouse down to the bottom of that screen.
|
||||||
|
|
||||||
|
The switch up was because I accidentally accessed the doc on my side monitor
|
||||||
|
without realizing.
|
||||||
|
|
||||||
|
[source](https://superuser.com/a/744680)
|
||||||
Reference in New Issue
Block a user