From 464b83ba630f94193eb3dbce91ffdab3d1bee32e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 29 Jun 2025 20:21:10 +0300 Subject: [PATCH] install: touch k{screenlocker,xkb}rc --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 5b6fc7cb..b381877b 100755 --- a/install +++ b/install @@ -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