zkbro

Alpine Xfce setup notes

2024-11-16 22:09

Christ, what a mission. Way out of my depth. Here's a dump of notes on setting up Alpine with Xfce DE.

Pesky extra configurations

Enable shut down and reboot

Allow shut down and reboot

Setup sound

ALSA (requires reboot)

Set Super+D to show desktop

Windows Manager

Set super button to open Application Finder in collapse mode

Disable root login over SSH

$ doas vi /etc/ssh/sshd_config

Additional folders

$ mkdir src bin repos sync scripts

Useful article on building from source best practices

Configure syncthing

Just syncing notes at the moment. Getting started

Enable yanks to system clipboard

$ sudo apk add xsel

Install marksman LSP from binary

Installation options

Work in progress

Accepted defeats

These aren't in the standard apk package manager, and I'm not great at the work arounds, installing from bins or source, and not too keen on installing other package managers for the sake of grabbing another app or two. I did try nix however and failed miserably.