I’m mainly curious about software developers here, or anyone else whose computer is somewhat central to their life, be it professional or hobbyist.

I only have two monitors—one directly in front of me, and another to the right of it, angled toward me. For web development, I keep my editor on the main screen, and anything auxiliary (be that a dev build, a video, StackOverflow, etc.) on the side screen.

I wouldn’t mind a third monitor, and if I had one, I’d definitely use it for log/output, since currently it’s a floating window that I shuffle around however necessary. It could be smaller than the other two, and I might even turn it vertical so I could split the screen between output and a terminal, configuring a AutoHotKey script to focus the terminal.

What about y’all?

[ cross-posted from: https://lemmy.world/post/13864053 ]

  • pr06lefs
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 months ago

    I use two monitors: one in landscape orientation and the other vertical. I usually keep console windows in the vertical one and that’s where I write code. Typically its code editing on the left side and a few console windows with compiler/server output on the right. Landscape gets firefox web UI: current app, time clock or notes window.

    So that’s two workspaces. I have additional monitor-level workspaces I can flip to: #3 for chrome (google products), #4 for signal/thunderbird, #5 for keepassxc, #6 for an additional set of console windows for a second project, or for other things like system upgrades and etc.

    I run pretty much the same workspaces on my laptop with only one monitor, the main difference is having to flip back and forth more. Its a little more mental overhead. On the dual monitor rig I like the vertical orientation for my code window, I can see 2x the amount of code at once.

    Overall I’d say the productivity boost from multiple monitors is low to mid. Its nice to have but I can still get work done on a laptop screen. That said I do most of my work on the dual setup.