diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-01-27 16:27:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-01-27 16:27:26 (GMT) |
commit | f4ba26ee1b5275b4c5af949fccfaf4845e205d65 (patch) | |
tree | 616d7cfee4779214b76836e49dff3e559ae11d71 /linhes/linhes-system/lh_system_start.sh | |
parent | 5b963e98df228cac650bf63eaa7ba05748c0a72c (diff) | |
download | linhes_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-x | linhes/linhes-system/lh_system_start.sh | 1 |
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 |