diff --git a/PKGBUILD b/PKGBUILD index 88b6258..7f64f69 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgbase=mkessler pkgname=(mkessler-base mkessler-xmonad mkessler-x mkessler-audio mkessler-software mkessler-print mkessler-locale mkessler-desktop mkessler-devel mkessler-signing-key) -pkgver=0.8 +pkgver=0.9 pkgrel=1 pkgdesc="Base system configuration for mkessler systems" arch=('any') diff --git a/mkessler-x.install b/mkessler-x.install index a57bac5..c7486d9 100644 --- a/mkessler-x.install +++ b/mkessler-x.install @@ -1,13 +1,13 @@ post_install() { cat < /etc/X11/xorg.conf.d/00-keyboard.conf - # Written by systemd-localed(8), read by systemd-localed and Xorg. It's - # probably wise not to edit this file manually. Use localectl(1) to - # instruct systemd-localed to update it. - Section "InputClass" - Identifier "system-keyboard" - MatchIsKeyboard "on" - Option "XkbLayout" "de" - Option "XkbVariant" "neo" - EndSection - EOF +# Written by systemd-localed(8), read by systemd-localed and Xorg. It's +# probably wise not to edit this file manually. Use localectl(1) to +# instruct systemd-localed to update it. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "de" + Option "XkbVariant" "neo" +EndSection +EOF }