this post was submitted on 12 Feb 2024
579 points (97.9% liked)

Linux

46775 readers
2113 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
[–] [email protected] 8 points 6 months ago (1 children)

If you have many tabs opened:

I can already read the cropped title of the page and see the multiple favicon

[–] [email protected] 2 points 6 months ago (1 children)

cropped title of the page

To be super pedantic (sorry), that depends on how they've customized their UI. You can define a larger minimum tab width, if you'd like. Almost everything in Firefox is customizable.

[–] [email protected] 1 points 6 months ago (1 children)

That is nice and yeah, I'm talking about the default experience you can get with Firefox for macOS, if it is any different in any other OS I wouldn't know, now if you know about a good customizing guide I'd appreciate it...

[–] [email protected] 3 points 6 months ago* (last edited 6 months ago)

There's a bunch of different ways you can customize it.

  • Default right click -> customize toolbars fore simple rearranging of toolbars, density setting and stuff
  • Changes made in about:config (such as "browser.tabs.tabMinWidth")
  • And the most powerful but difficult, userChrome.css. The UI of Firefox is actually defined by CSS. More info: https://www.userchrome.org/

EDIT: Oh and there are of course addons and themes too