Skip to content

Commit 8f738e9

Browse files
Save changes at: 1741648329
1 parent bfbd821 commit 8f738e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

kde.sh

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function main() {
55
update
66
desktop
77
packages
8+
configure
89
finish
910
}
1011

@@ -56,6 +57,17 @@ function packages() {
5657
&> /dev/null
5758
}
5859

60+
function configure() {
61+
kwriteconfig6 --file $HOME/.config/kdeglobals --group "Sounds" --key "Enable" "false"
62+
63+
kwriteconfig6 --file $HOME/.config/ksplashrc --group "KSplash" --key "Engine" "None"
64+
kwriteconfig6 --file $HOME/.config/ksplashrc --group "KSplash" --key "Theme" "None"
65+
66+
kwriteconfig6 --file $HOME/.config/kwalletrc --group "Wallet" --key "Enabled" "false"
67+
68+
kscreen-doctor output.HDMI-A-1.scale.1
69+
}
70+
5971
function finish() {
6072
echo "--> Optional, please type: reboot"
6173
echo " To use KDE only if out of desktop environment."

0 commit comments

Comments
 (0)