this post was submitted on 05 Apr 2024
509 points (96.0% liked)

Asklemmy

45275 readers
1272 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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 ]

(page 3) 50 comments
sorted by: hot top controversial new old
[–] Underwaterbob@lemm.ee 2 points 10 months ago

I use multiple monitors for audio production. My use case is a bit weird since I code Csound and use a DAW, which is unconventional. It's great for having the DAW up on the 4k, and some code or docs or both on the 1080p, 144Hz. If you didn't guess from the mixture of resolutions and frame rates, I've got gaming covered as well.

Truthfully, the 4k probably has the real estate to do all that on its own, but it was the last monitor I bought and why not use the other? I'm too lazy to figure out a setup to hook up the other 1080s I have lying around. (And don't need the space in any case)

[–] Poecile_rufescens@lemmy.world 2 points 10 months ago

Teacher here. I have my laptop (16”) and an ultra wide (34”) on my desk, and a projector behind me. I keep my email, attendance, and calendar on the laptop screen.

On the ultra wide, I keep my grade books and various spreadsheets, since more width makes it easier to see more data, and I have my daily agendas/lesson plans. Again, more width makes it easier to see the whole week at once. I keep that fixed to 2/3rds width of the screen, and the other side is reserved for Spotify at like 1/6th width

The projector is used to show the daily agenda, videos, instructions, etc. I very frequently screencast my iPad to the projector, so I can fill out worksheets on it with the class and they can see me write or circle things.

I can’t even fathom having any less screen real estate now. I gotta be able to see it all at once!

[–] Silentiea@lemm.ee 2 points 10 months ago

I have three identical monitors in a row. Primarily I use the center one, for productive work and gaming, but often I'll have something up on the second screen that I'm working with as well. It's more rare that I actively use the third one, but some tasks have more than two or three windows and now I can see all of them full size at once.

I've occasionally used them as a single ultra wide screen for gaming, but since then I've gotten an hmd for VR and that is better.

[–] Ooglieguy@lemmy.world 2 points 10 months ago

I have 4. My main and second are 46" each, the 3rd. is a 27" in normal/landscape, and the 4th is a 27" in portrait. The main is in front of me, the 2nd. is to the right and angled toward me, the 3rd. faces me at 90 degrees from the main, and the 4th. Is mounted above the 3rd. I used them originally for streaming and all of the windows I had open to monitor everything at the time as well as the game I was playing. Now I find them useful for working on projects, watching videos or movies while I play a game, and working on multiple spreadsheets at the same time. The one in portrait is especially helpful when I'm looking at a season's worth of a scheduling spreadsheet.

[–] morgan_423@lemmy.world 2 points 10 months ago

I have two monitors but I do all my work on one the other is completely separate. Plays YouTube all day so that I have background noise to work with.

[–] hddsx@lemmy.ca 2 points 10 months ago
  1. Teams, Outlook
  2. VNC/Second virtual machine monitor if needed
  3. Virtual Machine
[–] lanolinoil@lemmy.world 2 points 10 months ago

spaces > monitors

portability > exactly what I want

[–] movies@lemmy.world 2 points 10 months ago (1 children)

Not an IC anymore but my workhorses for the better part of 13 years were 13” laptops. Nice and simple. I don’t get the multiple monitor thing honestly.

load more comments (1 replies)
[–] BlackPenguins@lemmy.world 2 points 10 months ago

At work I have two monitors. One for input (my IDE for programming) and one for output ( the browser to watch changes for my react app).

At home I bought the 49 in. Samsung and have three monitors. Third is normally the log output.

[–] pr06lefs@lemmy.ml 2 points 10 months ago* (last edited 10 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.

[–] MNByChoice@midwest.social 2 points 10 months ago (1 children)

Been doing it for years as a sysadmin. Great for documentation and multiple terminal windows. Interrupting programs (email, messengers) on the small screen so they are easy to review but out of direct line of sight.

Small screen makes it easy to screen share with others. They can seen the whole thing at a reasonable size.

load more comments (1 replies)
[–] tiefling@lemmy.blahaj.zone 1 points 10 months ago* (last edited 10 months ago) (1 children)

I'm a FE and A11y focused SWE

Laptop screen: IDE / main browser

Main monitor: terminal with dev server, and browser to localhost

I wish I could have a small, third monitor for just the terminal but my Mac struggles with one extra monitor. I also tend to work at 150% zoom because of terrible eyesight, so I don't actually have that much screen real estate.

load more comments (1 replies)
[–] plz1@lemmy.world 1 points 10 months ago (3 children)

I'm more productive than anyone else on my team, and would argue more productive than the majority of people in my whole department. I use a single 28" monitor.

load more comments (3 replies)
[–] Beebabe@lemmy.world 1 points 10 months ago

Data on one side, assessment write up on the other. Extremely convenient. Not sure if I’m more productive or if I’m just happier.

[–] lowleveldata@programming.dev 1 points 10 months ago
  • Monitor 1: Outlook
  • Monitor 2: Browser and various messaging apps
  • Monitor 3 (the big screen): IDE
[–] Akrenion@programming.dev 1 points 10 months ago

One additional vertical monitor for e-mail, papers or documentation is great.

[–] ChillPenguin@lemmy.world 1 points 10 months ago

I have 3 monitors. One I use for email/slack. The others I use for database and backend coding and VMs. I honestly the 3rd monitor is great. Aside from email and slack. I can use it for any additional documentation, requirements, or JIRA. Honestly, 3 monitors is the way to go in my opinion.

[–] SendMePhotos@lemmy.world 1 points 10 months ago (3 children)

I have two monitors but swap between two desktops. I wish I had a triple setup. I usually do hella coursework on it. I use split screen in each monitor so I have the guidelines of the project the full window project, documentation/notes, word, then discord, IRC, and background music.

load more comments (3 replies)
[–] snooggums@midwest.social 1 points 10 months ago

At home I have the game I'm playing on one screen and Discord and a web browser on the other so I can communicate and look things up without needing to alt tab.

For work I generally have references, teams, email, and other stuff on other screens and a main one that I'm working on. Like querying a database while testing, editing screenshots for docs and issues, having reference docs open, etc. I don't do development itself, but do a lot of requirements documentation, testing, and project management stuff on web apps. Sometimes it is just two screens, but sometimes I have the laptop open too and put teams and email on it so I don't have to bring it forward if something comes up.

[–] BigBenis@lemmy.world 1 points 10 months ago

I've got two monitors which mostly ends up meaning I have twice the amount of screen to lose application windows in.

[–] karashta@kbin.melroy.org 1 points 10 months ago

I have four monitors. Two slightly angled directly in front of me, one angled on the left and a small 10 inch directly below my two main monitors that I use specifically for discord and my friend's chat app he's working on.

Why two directly in front of me with the split in the middle? I only have to shift my head slightly to move between the game I'm playing and whatever I'm watching.

But it's more useful when I'm working on pixel art because I can have my drawing on one main monitor and my reference in the other while having a show or stream on the secondary angled on my left and chat stays on the small monitor.

As for if that helps productivity, I have no idea.

But I sure like my setup now.

[–] pixelscript@lemmy.ml 1 points 10 months ago

For work, it's usually IDE on the right (my larger screen) and a live build of the thing I'm working with on the left (a laptop screen). Though it varies a lot throughout the day. Primary screen gets the app that needs most scrutiny, small screen gets auxilliary things like passive communication apps or reference materials.

For home use, where I have two monitors of equal size, it's usually Discord on one screen and a web browser on the other. Comms on the left and active task on the right.

I don't see a use case in my workflow for a third screen, especially not one that is a weird size or is in portrait orientation. But if one was simply bestowed upon me, I'm sure I'd find something to do with it sooner or later. There was a time where I though two monitors was overrated, I'm sure I can adapt my opinion again for 3+.

[–] Lux@lemmy.blahaj.zone 1 points 10 months ago

I do fiber optic tech support

Left monitor is for account software (includes customer info, ticket manager, etc)

Middle monitor is email, browser (most of our management tools are browser based), and putty

Right monitor is ms teams, notepads++, and a softphone app

[–] darkpanda@lemmy.ca 1 points 10 months ago

Code, editors, terminal, and most browser tabs on the right..

Calendar, Slack, some more browser windows on the left, sometimes some debugging tools.

Third smaller screen off to the side for media if I want to throw on something in the background.

[–] SaintWacko@midwest.social 1 points 10 months ago

I have a central monitor in landscape orientation which is where my IDE lives. Then a monitor on the left in portrait, which has the bottom quarter or so dedicated to work chat, music controls, and the browser developer window, then the rest of it is a web browser for documentation. On the right is my laptop screen, which is used for more documentation and watching TV shows while I work

[–] frank@sopuli.xyz 1 points 10 months ago* (last edited 10 months ago)

I always have used 2. I use multiple desktops really hard (for a long time in Linux and MacOS, and with third party Windows stuff till they finally caught up) and find it more convenient for compartmentalizing than multiple monitors.

The only times I want to (and occasionally do) go more than 2 is watching F1 with data viewing and so many camera angles up

[–] mo_lave@reddthat.com 1 points 10 months ago* (last edited 10 months ago)

My work setup has two monitors in a horizontal layout.

Left (in front of me) contains the main stuff for my task at the moment. That's where my meeting app goes as well so I can look straight at the webcam during meetings.

Right has the supporting stuff, reference docs, IM just in case I need to be pulled away for some critical issue, etc.

At most, I can work with three monitors for increasing productivity in terms of screen real estate. More than that would be a case of diminishing returns for more physical space taken.

[–] drasglaf@sh.itjust.works 1 points 10 months ago

I have two monitors: a 27 inch 1440p and a 17 inch CRT for retro gaming. No productivity.

[–] some_guy@lemmy.sdf.org 1 points 10 months ago

I bought a second display for my last job because the pan got us wfh. I’m on a Mac and ran my Windows VM o the second display. My current job doesn’t allow me to connect to VPN from a personal device, so the second display is dormant. I throw web browser windows for things I want to look at later over there so I don’t forget to come back to them (I have a billion open web windows / tabs on the main display).

[–] TheButtonJustSpins@infosec.pub 1 points 10 months ago (1 children)

I have three. Left for email, right for Teams, middle for whatever I'm working on. Then I cover up Teams and Email (in that order) when I need to see multiple things at once (e.g., a second instance of VS or SSMS or a browser).

load more comments (1 replies)
[–] sajran@lemmy.ml 1 points 10 months ago
  • Left (horizontal) - communicators, btop, Spotify.
  • Middle (horizontal) - browser with GitLab, terminals and editors, main development in general.
  • Right (vertical) - browser for googling and docs, terminals for tests / logs / whatever I want to see at the same time as the editor, Obsidian for notes.

Anything less than that will completely ruin my workflow. I'm even trying to come up with a feasible way to fit a fourth one.

[–] OpenStars@discuss.online 1 points 10 months ago

On a Mac the Expose features such as ability to customize your screen rather than have to deal with fixed real estate plus additional virtual desktops are also highly notable in that regard. There are definitely advantages of having additional physical screens over the window management approach, but also vice versa too. I would say just try it, but note that it does take quite a bit of getting used to, as too in a sense does multiple monitors especially if trying to use different windows from the same app - browser - on different ones.

Also if cost is no factor at all, instead of multiple monitors you can have large nice screen + laptop, for the ultimate portability. There too there are advantages and disadvantages both - e.g. while working on one the other will fall asleep, if the nice screen is a separate computer rather than mere monitor.

To someone wondering what to try: something will appeal to you - listen to your inner voice and let it guide you! If you are wrong, you still learn from the experience;-).

After having tried most standard configurations at various jobs and home (never a third monitor though, I prefer the ease and simplicity of a single large monitor. Everything is a few keystrokes away but I tend not to need to see all things at the same time. Sometimes, extremely rarely, it does seem too constraining, but not enough to justify the additional cost of a second monitor (not just money but setup and my attention time), and this works well enough for me. Others will similarly do what works best for them in turn.

[–] OneOfTheMicahs@rblind.com 1 points 10 months ago* (last edited 10 months ago)
  • Left (vertical) - Notesnook (or whichever knowledge management system I'm on at that particular moment), Signal, and Slack all tiled so I can see them all together.
  • Middle (horizontal) - IDE.
  • Right (vertical) - Browser.

This works well, but I'd enjoy another monitor for Spotify or, more likely, so I could make all the terminal, debugger, run, database, etc from my IDE full-blown windows on the fourth monitor.

[–] Today@lemmy.world 1 points 10 months ago

Not a computer person; just a worker with an office. I keep my laptop vertical to the right with my email/calendar usually open. I use a monitor left of this - it's big enough that I can comfortably have 2-3 windows on it - so i can have 4 things open at a time. When i have a zoom, meet, or WebEx, that takes one; second is whatever I'm supposed to report in that meeting; third and fourth are what I'm actually working on. My biggest problem is that the vertical laptop has the camera and in some video meeting apps I'm in portrait while everyone else is landscape.

[–] Taalen@lemmy.world 1 points 10 months ago

Two screens and a laptop screen, could find use for more. I find myself shuffling things around depending on what I need, but most commonly I have the left screen split between notepad++ on one side for any notes keeping, and either documentation I'm reading, documentation I'm writing, a browser I'm using, or something such. Whenever I need to compare text files, notepad++ gets to take the whole screen.

On the middle screen I usually have the remote desktop or VM I'm working on at the time.

Right (laptop screen) is usually reserved for Outlook and Teams.

load more comments
view more: β€Ή prev next β€Ί