Navigation
/dev/sda1 boot 512 MiB /dev/sda2 swap 4096 MiB -> /dev/mapper/crypt-swap /dev/sda3 rest -> /dev/mapper/crypt-system -> btrfs -> / und /home
Add /etc/modprobe.d/modprobe.conf:
options snd_emu10k1 index=0 options snd-hda-intel index=1,2
Clementine needs the old version of gstreamer.
Install:
pacman -Sy gstreamer0.10-plugins
cd /etc/systemd/network
Create the following files:
[NetDev] Name=br0 Kind=bridge
[Match] Name=br0 [Network] DNS=192.168.0.1 [Address] Address=192.168.0.100/24 [Route] Gateway=192.168.0.1
[Match] Name=en* [Network] Bridge=br0
Enable it…
systemctl enable systemd-networkd
pacman -Sy kde-gtk-config
The ionice binary is available in the package schedtool.
In case you have a very fast mouse where even the lowest speed is too fast, use:
Section "InputClass" Identifier "Mouse" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Option "ConstantDeceleration" "2.55" EndSection