File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,18 @@ function packages() {
58
58
}
59
59
60
60
function configure() {
61
+ kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " KDE" --key " LookAndFeelPackage" " org.kde.breezedark.desktop"
62
+ kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " KDE" --key " widgetStyle" " Fusion"
61
63
kwriteconfig6 --file " $HOME " /.config/kdeglobals --group " Sounds" --key " Enable" " false"
62
64
kwriteconfig6 --file " $HOME " /.config/ksplashrc --group " KSplash" --key " Engine" " None"
63
65
kwriteconfig6 --file " $HOME " /.config/ksplashrc --group " KSplash" --key " Theme" " None"
64
66
kwriteconfig6 --file " $HOME " /.config/kwalletrc --group " Wallet" --key " Enabled" " false"
65
67
68
+ kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBox" --key " HighlightWindows" " false"
69
+ kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBox" --key " LayoutName" " compact"
70
+ kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBoxAlternative" --key " HighlightWindows" " false"
71
+ kwriteconfig6 --file " $HOME " /.config/kwinrc --group " TabBoxAlternative" --key " LayoutName" " compact"
72
+
66
73
kscreen-doctor output.HDMI-A-1.scale.1
67
74
}
68
75
You can’t perform that action at this time.
0 commit comments