diff options
author | Kyle K <kylek389@gmail.com> | 2020-02-01 20:25:12 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-02-01 20:25:12 -0600 |
commit | bf3ebefc2989c75ba2325af72ddbcfc7a73416b9 (patch) | |
tree | 9e6752f63ee19ab934110e47a8ecea4bdb60fd9b /postinstall.sh | |
parent | 7dc9e3b3e7b521286225a2271833bf7cbcc8ae9c (diff) | |
download | gentoox-bf3ebefc2989c75ba2325af72ddbcfc7a73416b9.tar.gz gentoox-bf3ebefc2989c75ba2325af72ddbcfc7a73416b9.tar.bz2 gentoox-bf3ebefc2989c75ba2325af72ddbcfc7a73416b9.zip |
typo corrections in install.sh script
Diffstat (limited to 'postinstall.sh')
-rwxr-xr-x | postinstall.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/postinstall.sh b/postinstall.sh index 451e2d9..33dadac 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -71,7 +71,7 @@ kwriteconfig5 --file ~/.config/kdeglobals --group WM --key activeFont --type str kwriteconfig5 --file ~/.config/kglobalshortcutsrc --group kwin --key FlipSwitchAll --type string "none,none,Toggle Flip Switch (All desktops)" kwriteconfig5 --file ~/.config/kglobalshortcutsrc --group kwin --key lipSwitchCurrent --type string "none,none,Toggle Flip Switch (Current desktop)" -kwriteconfig5 --file ~/.config/kmixrc --group Global --key AutoStart --type bool true +kwriteconfig5 --file ~/.config/kmixrc --group Global --key AutoStart --type bool false echo '[Common] ShadowStrength=89 @@ -90,13 +90,14 @@ kwriteconfig5 --file ~/.config/plasma-org.kde.plasma.desktop-appletsrc --group C kwriteconfig5 --file ~/.config/plasma-org.kde.plasma.desktop-appletsrc --group Containments --group 3 --group Applets --group 20 --key plugin --type string "org.kde.plasma.panelspacer" #ToDo.....need to finish, see git diff HEAD~1 -#qdbus org.kde.KWin /KWin reconfigure -killall plasmashell; kstart5 plasmashell +killall plasmashell; kstart5 plasmashell & +sleep 1 mkdir -p ~/.config/autostart ln -s /usr/share/applications/org.kde.latte-dock.desktop ~/.config/autostart/ latte-dock & +sleep 5 kwriteconfig5 --file ~/.config/latte/Default.layout.latte --group Containments --group 1 --group General --key iconSize --type string 48 kwriteconfig5 --file ~/.config/latte/Default.layout.latte --group Containments --group 1 --group General --key panelTransparency --type string 30 pkill latte-dock @@ -212,11 +213,9 @@ CloseOnDoubleClickOnMenu=false ShowToolTips=true library=org.kde.sierrabreeze theme=Sierra Breeze' > ~/.config/kwinrc +qdbus org.kde.KWin /KWin reconfigure # after script runs delete it sed -i "s/~\/postinstall.sh &//" ~/.xinitrc rm -- "$0" - - -media-gfx/gimp heif jpeg2k openexr python vector-icons webp wmf xpm |