this post was submitted on 08 Jul 2023
100 points (99.0% liked)

Unixporn

15162 readers
83 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers 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 Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

Decided to lean into a no Windows setup, including for gaming. I’ve swapped over from X on the basis that I’ll be using a 7900 XTX, and wanted to spend some time preparing a Wayland setup to reduce configuration time on the desktop.

Dots are on GitHub, but I haven’t had the chance to rewrite the readme yet; the current tooling is as follows:

  • WM/Compositor: Hyprland, using XWayland USE flags for certain items (discord, obsidian)
  • Term: foot
  • Media: mpv
  • Code/notes: nvim using lazy.nvim, hooks into obsidian.md
  • Files: ranger

What surprised me the most is that gestures worked out of the box which has been incredible. I just picked up an apple trackpad for the desktop as well, which works out of the box as expected.

Edit: https://github.com/adrnbs/.dotfiles - again, take readme with a grain of salt as a number of items have been updated vs what is checked into configs.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)

It’s useful to switch most stuff out of xwayland as some stuff just doesn’t work in it (screen sharing, DnD is kinda broken, etc.)

[–] [email protected] 2 points 1 year ago

Great points - I’ve heard of the screen sharing issue and the workarounds sound like a major pain. Will definitely give this a spin this weekend. Good looks!