Ryan Kuba dbbb5fb64e
rebase ubuntu-kde to new baseimage (#133)
* rebase ubuntu-kde to new baseimage

* point readme to master screen blanking tweaks
2023-04-07 17:09:27 -07:00

12 lines
378 B
Bash
Executable File

#!/bin/bash
if [ ! -f $HOME/.config/kwinrc ]; then
kwriteconfig5 --file $HOME/.config/kwinrc --group Compositing --key Enabled false
fi
if [ ! -f $HOME/.config/kscreenlockerrc ]; then
kwriteconfig5 --file $HOME/.config/kscreenlockerrc --group Daemon --key Autolock false
fi
setterm blank 0
setterm powerdown 0
/usr/bin/dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1