add drkonqirc (KDE Crash reporter configuration)

This commit is contained in:
Aminda Suomalainen 2025-11-23 10:21:34 +02:00
parent ac6e79f238
commit 5e1fb85357
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
3 changed files with 11 additions and 0 deletions

1
conf/drkonqirc Symbolic link
View File

@ -0,0 +1 @@
../rc/drkonqirc

View File

@ -73,6 +73,13 @@ if [ ! -f $HOME/.config/foot/foot.ini ]; then
cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini cp -v conf/foot/foot.ini $HOME/.config/foot/foot.ini
fi fi
# KDE crash reporter. I don't want to keep giving it permission to download
# debug symbols and send reports, just do it automatically.
if [ ! -f $HOME/.config/drkonqirc.bak ]; then
cp -v $HOME/.config/drkonqirc $HOME/.config/drkonqirc.bak
cp -v rc/drkonqirc $HOME/.config/drkonqirc
fi
# A cat(1) clone with wings. # A cat(1) clone with wings.
if hash bat 2> /dev/null; then if hash bat 2> /dev/null; then
mkdir -vp $(bat --config-dir) mkdir -vp $(bat --config-dir)

3
rc/drkonqirc Normal file
View File

@ -0,0 +1,3 @@
[DrKonqi]
DownloadSymbols=true
Sentry=true