this post was submitted on 02 Apr 2024
449 points (98.9% liked)

Linux

47224 readers
908 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
you are viewing a single comment's thread
view the rest of the comments
[–] cyberpunk007@lemmy.ca 4 points 5 months ago (5 children)

Why does everyone like vertical tabs? Today my tab icons are so small because I have so many. Monitors are wider than they are taller. What am I missing?

[–] Onihikage@beehaw.org 10 points 5 months ago (2 children)

What you're missing is that "vertical tabs" in this context isn't talking about tabs literally turned on their side. We're talking about tabs that are still horizontal, but instead of arranging the tabs along the top of the screen, and shrinking their width when there's no room left, they're given a fixed width and arranged in a vertical list on one side of the screen. The best implementations of this (such as Sidebery, which the previous screenshot is from) also allow tabs to be nested in a collapsible tree structure.

You sound like you'd really like the tree-style tabs offered by Sidebery on Firefox, or that's built into Edge. Give it a try!

[–] cyberpunk007@lemmy.ca 4 points 5 months ago

Just occurred to me, now I get it. That makes a lot of sense. I think I used to use some tree tab extension ages ago.

I won't touch edge with a 10 foot pole. Data collecting, nagging, pos browser.

[–] lengau@midwest.social 2 points 5 months ago (1 children)

I've never heard of Sidebery before! I've been using Tree-Syle Tabs for ages now though. Why did you choose Sidebery for it?

[–] Onihikage@beehaw.org 2 points 5 months ago (1 children)

It has better customization, better performance, and tab groups. I used TST for many years, switched to Sidebery only a few months ago. You can do stuff like set it to where tabs only activate on releasing the mouse, so you can rearrange unloaded tabs without activating them, or make it so middle clicking the tab close button unloads it instead. You can also rename tabs!

[–] lengau@midwest.social 2 points 5 months ago

Finally got around to trying it, and yeah - this is much better! Thanks for the recommendation!

[–] gian@lemmy.grys.it 3 points 5 months ago (1 children)

Monitors are wider than they are taller.

Personally, exactly for this reason.

[–] ManniSturgis@lemmy.zip 1 points 5 months ago* (last edited 5 months ago)

Exactly. The monitors are wide, but websites usually are not. They are made with smartphones in mind which are of course vertical. So you either have dead space on websites or on sites that do scale (like this one right here), I'd actually prefer it to be more compact, since I find it more comfortable to read comments that are less wide.

[–] rollingflower@lemmy.kde.social 1 points 5 months ago

Firefox has "minimum tab width" which takes care of exactly that and works perfectly. Unlike an "experimental" feature in some surveillance Browser by Google

[–] FriendBesto@lemmy.ml 1 points 5 months ago

They are awesome. To me at least, but only if you save space by hiding the regular tab bar and it is easier to manage tabs since they are now closer together. Also, if you make the right --or left, it is up to you, I pick right-- sidebar auto hide and letting just the icons show. You do gain a lot of extra space. Mind you, you need to enable CSS via About:Config. On too of, before, using say, Sideberry. I like you thought I did not like it but now that I have tried it. I simply will not go back. I have a userChrome.css file that place on all my machines on a fresh install, now.

[–] Aria@lemmygrad.ml 1 points 5 months ago

In all the most read languages, text is read most easily horizontally. That means that if you want to be able to read the tab titles, they need to be very wide. If they are stacked on top of each other, they can have a fixed width that you're willing to sacrifice, and then you can read the titles easily and scroll through them quickly. They pack very tight (one line) vertically. They don't compress as much horizontally while keeping the titles legible. Using only icons and packing them tight is hard to parse, because horizontal lists are harder to parse than vertical lists.

Further, because monitors are so wide, even one line (and especially one line with all the padding that is required for a UI element to be comfortable to parse) spanning the entire width of the monitor is a felt sacrifice. The width of a normal website title sacrificed horizontally for the entire height of the window on the other hand isn't felt as strongly.