this post was submitted on 07 Jul 2023
35 points (97.3% liked)

Unixporn

14313 readers
3 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
 

I prefer function over form so everything is rectangular and there are no gaps or rounded edges.

I may post dotfiles once I organize them, which is literally never, so if you have a specific question just ask.

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

How do you handle lack of systemd? Do you use elogind or seatd? Do you package some things yourself considering Alpine isn't popular as a desktop distribution?

[–] [email protected] 3 points 1 year ago (1 children)

I only ever used systemd for services and did not use any of the other features. Openrc does that and it works so nothing to handle.

I use seatd and I do not use polkit. The only thing that caught me off guard was that the default login binary does not support PAM so I had to install shadow-login.

I do use flatpak for lutris, web browser and few other things, but I prefer native packages. If the package isn't in the repos I package it myself, the package format is almost identical to the one Arch has so a lot of times its enough to just edit the dependencies and build.

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

Thank you for indulging me! I tried Alpine for a moment with Sway but it was really bare and I had some issues with setting up seatd and/or elogind to ensure some usual niceties like auto-mounting of usb drives etc. I was curious how is daily-driving it experienced by others.

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

Yeah, its extremely minimal, but thats part of the appeal for me.

For automounting I just have udev rule for my usb drive, which is ok, but if I had to use a bunch of different drives for whatever reason I'd probably setup polkit.

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

How do you find Alpine? Was it as easy as Arch to set up post install? Do you have any complaints related to it, especially on the Wayland and tiling front?

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

I have no complaints about the OS itself and I really like the package manager. The wiki is lacking tho, which is not an issue 99% of the time cause I can still check archwiki, but its something to keep in mind.

Post-install was similar to Arch and fairly straightforward, except for having to set up logind

As far as wayland goes it works the same as on any other distro, nothing Alpine specific that you should look out for.

[–] [email protected] 1 points 1 year ago (1 children)

Dummy question, but how did you take that screenshot? Can't get Flameshot to work..

[–] [email protected] 1 points 1 year ago (1 children)

grim -t png -g "$(slurp -d)" - | wl-copy

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

grim -t png -g "$(slurp -d)" - | wl-copy

Thank you so much!!