diff options
author | Kyle K <kylek389@gmail.com> | 2020-03-30 16:34:57 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-03-30 16:34:57 -0500 |
commit | b4f174636480d159cea89905480bbd4cac6e1ec6 (patch) | |
tree | 1c2776cdd83b99e3e2927608c5a22cad209f05d0 /postinstall.sh | |
parent | 092328a3e023a5d9f9970188c8f4efce45d494d6 (diff) | |
download | gentoox-b4f174636480d159cea89905480bbd4cac6e1ec6.tar.gz gentoox-b4f174636480d159cea89905480bbd4cac6e1ec6.tar.bz2 gentoox-b4f174636480d159cea89905480bbd4cac6e1ec6.zip |
KDE, set SingleClick to false
Diffstat (limited to 'postinstall.sh')
-rwxr-xr-x | postinstall.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/postinstall.sh b/postinstall.sh index eb74af5..7656719 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -68,6 +68,7 @@ kwriteconfig5 --file ~/.config/kdeglobals --group General --key smallestReadable kwriteconfig5 --file ~/.config/kdeglobals --group General --key toolBarFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" kwriteconfig5 --file ~/.config/kdeglobals --group WM --key activeFont --type string "Noto Sans,9,-1,5,50,0,0,0,0,0,Regular" kwriteconfig5 --file ~/.config/kdeglobals --group KDE --key LookAndFeelPackage --type string "GentooX" +kwriteconfig5 --file ~/.config/kdeglobals --group KDE --key SingleClick --type bool false 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)" @@ -157,7 +158,7 @@ TabBoxAlternative=false [Effect-PresentWindows] BorderActivate=9 -BorderActivateAll=3 +BorderActivateAll=5 BorderActivateClass=9 [Effect-kwin4_effect_translucency] |