1
0
Fork
You've already forked setup
0
Personal configuration files
  • C 92.9%
  • Roff 4.5%
  • Makefile 2.1%
  • Shell 0.5%
Find a file
2025年06月26日 15:55:34 +02:00
source Improved cmus theme 2025年05月22日 19:57:26 +02:00
LICENSE Initial commit 2025年04月23日 15:09:56 +02:00
README.md Added note to README.md 2025年06月26日 15:55:34 +02:00

This repository contains a minimal configuration to get Alpine Linux running with a window manager. After putting all files into a user's home directory, the provided POSIX shell script can be used to automatically install dependencies, apply the configuration and make the system usable right away. To start the installation, run the following command as root (the user supplied as an argument will be added to the video, input and audio groups):

install user

Software from suckless.org was modified in the following ways:

  • Custom color scheme was applied.
  • Xinerama was disabled.

For dwm, the additional changes were made:

  • Maximum frame rate was changed from 60 to 90 FPS.
  • The alpha, pertag and noborder patches were applied.

Other essential services like wireless connectivity and sound support where implemented with iwd and pipewire respectively. For shortcuts, xbindkeys was chosen for ease of use. Some changes were also made to the default GTK configuration, namely to replace the default X cursor and make sure the default theme is dark.

Note: On some machines, picom may not start because the backend is not defined. If that happens, edit the .xinitrc file and define it with the --backend argument.