Multiple monitors sure are a drag. This weekend I downgraded my primary monitor from a 32" 4k display to a 27" 1440p display, for the purpose of gaming at 165Hz instead of 60Hz (and wow, what a difference). This has caused several annoying side effects. I used to run my 4k 32" monitor at 125% scaling, and my ancillary 24" 4k monitor at 225%. Everything looked fine, or so I thought. Now my 27" monitor runs at 100%, an…
Why I Stopped Using Multiple Monitors
21–30 of 137 posts
Re: Why I Stopped Using Multiple Monitors
#22Re: Why I Stopped Using Multiple Monitors
#23Re: Why I Stopped Using Multiple Monitors
#24I have 3 monitors and can't imagine going back to one. Different people work differently, but for me I see a significant benefit to being able to glance somewhere to check a job I'm running, e-mail, chat, reference a browser... It reduces the overhead of the context switch, so I can do it and be right back to where I was.
In the past I would change virtual desktops to check e-mail or chat, and once I was in that isolated desktop I would find it much harder to get back. It was better when I was able to set up a hotkey to "switch back to the last virtual desktop I was on".
At the moment I have two 32" displays and a 24" in portrait. I have my terminal sessions on the center 32", 2 browsers on the right 32", and slack and e-mail on the left 24" portrait. I came to this from using a 15" laptop all the time for 15 years.
Caveats: I use i3wm and use keyboard navigation a lot. I'm also a sysadmin, I could easily see programming being different.
Re: Why I Stopped Using Multiple Monitors
#25Another reason for just one monitor: your neck will feel a lot better!
Re: Why I Stopped Using Multiple Monitors
#26Re: Why I Stopped Using Multiple Monitors
#27Among all tasks, I've found using Web Inspector to be incredibly difficult on a single monitor, especially on websites with deeply nested markup.
Re: Why I Stopped Using Multiple Monitors
#28I disagree heavily - Having a secondary monitor with documentation / work plans on it is enormously useful as you can glance at it without having to do anything more special than turn your head. In fact, I would go so far as to say that three monitors is optimum since you can have your code on one, the output of your code (continuous tests/hot reload/etc) on another and documentation on the last allowing you to see a…
The Android ecosystem is such that you are going to want documentation up at all times, and alt-tabbing back and forth would drive me insane. My monitor layout ends up like this:
[emulator][docs][code]
and it works really well. That picture of the author's virtual desktops looks like a nightmare to me. I like using window snapping to put one thing per monitor and having it be big and static from that point on. No context switching, no keeping a mental index of which virtual desktop has that damn Gradle documentation hidden on it.
Re: Why I Stopped Using Multiple Monitors
#29Personally, I thought having multiple wide aspect ratio monitors was a complete waste. I don't turn my head that far when I work normally. But my latest trick, adapted from a coworker, is to put the second monitor in portrait mode. My CI build window is the top 2/3rds of the screen, and the log tail for the code I'm running or the build script I'm running are the bottom 2/3rds, which leaves enough visible in each window to discern when the other needs my attention. I'm getting a lot more use out of that monitor now.