Desktop-notes
These are my personal xfce4 desktop notes.
- Do a minimal Alpine install
- Enable community repo in repositories
- setup-xorg-base
- apk add xfce4
- apk add chromium
- apk add slim
- rc-update add slim
- apk add paper-icon-theme paper-gtk-theme
- apk add font-noto
- apk add xf86-video-intel (for intel video only)
- apk add xf86-input-keyboard xf86-input-evdev
- add local user and add to sudo list
Add /etc/X11/xorg.conf.d/30-intel.conf:
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndSection