install: touch k{screenlocker,xkb}rc

This commit is contained in:
Aminda Suomalainen 2025-06-29 20:21:10 +03:00
parent 48c1c88053
commit 464b83ba63
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -62,6 +62,9 @@ cp -v conf/mpv.conf $HOME/.var/app/io.mpv.Mpv/config/mpv/mpv.conf
# systemd
mkdir -vp $HOME/.config/systemd/user/
# Create KDE expected config files
touch $HOME/.config/k{screenlocker,xkb}rc
# if I am performing ident spoofing already, I don't want to touch it
if [ ! -f $HOME/.oidentd.conf ]; then
cp -v conf/oidentd.conf $HOME/.oidentd.conf