this post was submitted on 31 Jul 2025
15 points (94.1% liked)

Linux

58282 readers
501 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 6 years ago
MODERATORS
 

I feel like I'm googling the wrong thing since I'm mostly getting start menu replacements and not a supplement. I want to click the ps button or a keyboard button and have a grid pop up over my apps that displays pinned apps/games that I can scroll through and launch with my controller or keyboard. Does something like that this exist?

you are viewing a single comment's thread
view the rest of the comments
[–] wwwgem@lemmy.ml 3 points 1 month ago (1 children)

Rofi is certainly a great choice, though it relies on scripts to customize it to your needs. These scripts can be anywhere from extremely basic to insanely complex but you have to create them.
Personaly I use it as:

  • an app launcher
  • a clipboard manager
  • an infobar to show things like the date/time, memory usage, disk space, battery level, wifi signal…
  • an omnibar to perform an internet search, quick units conversions
  • a calculator for simple math
  • a bookmark manager (list, open, edit, add, remove)
  • a password/2FA token manager (list, edit, add, remove, autofill internet fields)
  • a wifi manager
  • a vpn manager
[–] dil@lemmy.zip 2 points 1 month ago

Oh I'll definitely look into that, sounds fun to setup