summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/lh_system_start.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2024-01-27 16:27:26 (GMT)
committerBritney Fransen <brfransen@gmail.com>2024-01-27 16:27:26 (GMT)
commitf4ba26ee1b5275b4c5af949fccfaf4845e205d65 (patch)
tree616d7cfee4779214b76836e49dff3e559ae11d71 /linhes/linhes-system/lh_system_start.sh
parent5b963e98df228cac650bf63eaa7ba05748c0a72c (diff)
downloadlinhes_pkgbuild-f4ba26ee1b5275b4c5af949fccfaf4845e205d65.zip
linhes_pkgbuild-f4ba26ee1b5275b4c5af949fccfaf4845e205d65.tar.gz
linhes_pkgbuild-f4ba26ee1b5275b4c5af949fccfaf4845e205d65.tar.bz2
linhes-system: lh_system_start.sh: disable kde DPMS idle time
Diffstat (limited to 'linhes/linhes-system/lh_system_start.sh')
-rwxr-xr-xlinhes/linhes-system/lh_system_start.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/linhes/linhes-system/lh_system_start.sh b/linhes/linhes-system/lh_system_start.sh
index 6a8f6b1..1a6264a 100755
--- a/linhes/linhes-system/lh_system_start.sh
+++ b/linhes/linhes-system/lh_system_start.sh
@@ -26,6 +26,7 @@ function applyUIsettings(){
kwriteconfig5 --file ~/.config/kscreenlockerrc --group Daemon --key Autolock false
kwriteconfig5 --file ~/.config/kscreenlockerrc --group Daemon --key LockOnResume false
kwriteconfig5 --file ~/.config/ksmserverrc --group General --key loginMode emptySession
+ kwriteconfig5 --file ~/.powermanagementprofilesrc --group AC --group DPMSControl --key idleTime --delete
#disable file indexing
balooctl disable
sleep 2