this post was submitted on 14 Jul 2023
14 points (100.0% liked)

Linux

47369 readers
801 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

About 4 years ago I got a 13.3" Thinkpad laptop to replace an old Chromebook for portable development, and installed Arch + i3 on it (btw). After a bit of ricing the configs, it started feeling really homey. I love using workspaces here! They feel perfectly suited for laptop screens which have minimal space, allowing me to keep my browser full-screen and my IDE full-screen while still quickly switching back and forth to reference one or the other.

On the other hand, I don't really use workspaces when I'm on my desktop PC (I use a 27" monitor). I just installed KDE to get ahead of the Windows 10 EOL, and while I looked into combining i3 and KDE, I haven't really felt the need for i3's workspaces or using KDE's virtual desktops. With a 27" monitor, I feel like there's enough space to split my browser and IDE half-and-half on screen, and I'm ok using a file browser or terminal window as floating windows. Another consideration is that I'm always using a mouse on my desktop, so switching between workspaces with the keyboard wouldn't feel as natural.

What about you? Do you use workspaces differently between devices? Does screen size affect your choices at all?

you are viewing a single comment's thread
view the rest of the comments
[–] the_sisko@startrek.website 7 points 1 year ago (1 children)

I use two monitors, and also KDE's virtual desktops for work. A killer feature for me is that KDE has a window manager option to "pin" specific windows so that they are present on every desktop. This means I can have my terminal and slack client split across one screen and pinned, and then the other screen can contain my "main focus" on each of the virtual desktops - browser, editor, or email. I always can see the chat/terminal but can easily swap the desktop to get to a different focus.

I know that I could just have everything on one desktop and use the alt-tab to change that main window. But the alt tab is slow and non-deterministic. I may have to cycle between five things before I get to the browser, for example. With virtual desktops, I know where each focus is geometrically, and I can always swap over quickly with my key shortcuts.

Wanting to pin a floating window was always something I wanted on Windows, so I was excited to see that being natively supported by KDE.

Agree on disliking alt-tab because it’s non-deterministic! Cycling through a whole list of apps has always felt clunky to me so I never use it.