this post was submitted on 08 Aug 2026
43 points (84.1% liked)

unixporn

8306 readers
2 users here now

unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshot
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 3 years ago
MODERATORS
 

So I finally got into tiling window managers and tried out hyprland. I spent quite a good amount configuring everything and there is still a hell of a lot more to do, but I am already loving the matching colors and the general look and feel.

top 14 comments
sorted by: hot top controversial new old
[–] cows_are_underrated@feddit.org 10 points 3 weeks ago

For everyone who is curious about my setup:

Distro: Manjaro Terminal: Kitty editor: emacs browser:firefox taskbar: waybar compositor: hyprland

I also use fastfetch instead of neofetch.

[–] rumschlumpel@feddit.org 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Neat! To complete the reclaiming trifecta, you need to steal a Framework laptop and build a Middle East-themed website with Ruby on Rails Ü

Is neofetch even still a thing? Debian seems to have stopped packaging neofetch between 2023 (bookworm) and 2025 (trixie); I just assumed that the original dev stopped keeping it up to date, similar to youtube-dl. I wasn't in the mood to dig into it and possibly uncover more FOSS drama ...

I'm on i3-wm btw. Can't be arsed to change my setup to Wayland.

[–] cows_are_underrated@feddit.org 2 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

You're right about neofetch. It is no longer supported and therefore a lot of distros don't even have it in their repositories anymore. Luckily there are enough alternatives (of which fastfetch is one)

Also, if i3 works for you, why should you switch?

[–] hardcoreufo@lemmy.world 3 points 3 weeks ago

Fastfetch also has neofetch config, just alias neofetch to fastfect --config neofetch and you are back to the glory days of neofetch.

[–] rumschlumpel@feddit.org 1 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Xorg doesn't get actively developed anymore. I don't care about new features, but it's going to get issues with security, compatibility and probably stability at some point. TBF, "at some point" does a lot of work here - I don't believe that Wayland's tighter security makes a difference (at least not right now), and I'm still on oldstable, too. So, realistically, I can wait until it's actually an issue ...

[–] cows_are_underrated@feddit.org 2 points 3 weeks ago (1 children)

Ah OK, didn't knew that I3 is for X11. Always thought it was for Wayland too.

[–] rumschlumpel@feddit.org 1 points 3 weeks ago

Nah, i3 is pretty old and like most Xorg WMs, it has no plans for moving Wayland (AFAIK). But Sway is a drop-in replacement that works nearly the same and is even compatible with i3's config files. I could switch today if there wasn't all the other stuff that needs to be configured for Wayland (screenshots, clipboard, screenlocker etc.).

[–] Jankatarch@lemmy.world 4 points 3 weeks ago (1 children)
[–] cows_are_underrated@feddit.org 4 points 3 weeks ago

Thanks, it took quite some time to figure out how I can style it properly.

[–] jasperredis@pawb.social 2 points 3 weeks ago (1 children)
[–] cows_are_underrated@feddit.org 1 points 3 weeks ago

Emacs is what showed me the power of customization through config files. I quickly learnt to appreciate the power and portability. If I wouldn't have started using and configuring emacs, I would have never even touched hyprland.

[–] Fizz@lemmy.nz 2 points 3 weeks ago (1 children)

Looks good. What's that music player you're using?

Also do you have any cool binds? For example I have a bind for switching my audio output from speakers to headphones, it's so useful.

[–] cows_are_underrated@feddit.org 3 points 3 weeks ago

I use Navidrome as a music player. Currently I still font have a dedicated server, so the instance is just running locally.

Regarding my keybinds, here are all keybindings I configured:

  • Print: Take a screenshot of the current active monitor
  • SHIFT + print: Take a screenshot of the selected region
  • CTRL + Print: Take a screenshot of a window
  • mainMod(Super) + C: Colorpicker
  • mainMod + E: open Emacs
  • mainMod + SHIFT + leftarrow/rightarrow: Move a window to another monitor
  • mainMod + ALT + leftarrow/rightarrow: move an entire workspace to another monitor
  • Pause - activate the lockscreen
  • SHIFT + Pause: logout
  • CTRL + Pause: shutdown
[–] Epzillon@lemmy.world 2 points 3 weeks ago

I recently heard about Noctalia from a colleagues. Its a wayland shell with support for most wm/de's, including hyprland. Its probably the most solid hyprland experience Ive had after just a tiny bit of keybind tinkering.

Before that I used end-4 dotfiles but I still prefer Noctalia just because the ease of use.

Also really nice setup! Just figured Id mention these because I know hyprland can feel a little jank to set up