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

Linux

48328 readers
636 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
(page 2) 50 comments
sorted by: hot top controversial new old
[–] cyberpunk007@lemmy.ca 4 points 7 months ago (8 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?

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

Monitors are wider than they are taller.

Personally, exactly for this reason.

load more comments (1 replies)
[–] FriendBesto@lemmy.ml 1 points 7 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.

load more comments (6 replies)
[–] antihumanitarian@lemmy.world 3 points 7 months ago (3 children)

If you want vertical tabs with the ability to organize them in trees I suggest the Sideberry extension. It legitimately makes me nervous that the functionality would ever go away, it improves my productivity so much.

You can bookmark trees, collapse them, search them, load/unload them manually, I could go on. It makes it easy to organize dozens or hundreds of tabs. I have some trees for emails, news, forums, projects, etc. When I'm done just fold it up: the top tab bar can hide tabs that aren't in the active tree you're using, so you can still navigate the tabs normally.

load more comments (3 replies)
[–] chrishazfun@lemm.ee 3 points 7 months ago
[–] bitman09@lemmy.ml 2 points 7 months ago (1 children)

I'm using vertical tabs since 4 years ago and to do so installed Tree Style Tab (https://tinyurl.com/y5gr4dyn)

Also has to disable horizontal tabs create or update the file chrome/userChrome.css located at your profile with

#TabsToolbar {
  visibility: collapse;
}

and add the setting toolkit.legacyUserProfileCustomizations.stylesheets with value true (use about:config)

load more comments
view more: ‹ prev next ›