Ryan Kuba 44a52cb6ec
rebase arch-kde to new kasmvnc baseimage (#121)
* rebase arch-kde to new kasmvnc baseimage

* point readme to master screen blanking tweeks

* update bin wrapper to pass cli options

---------

Co-authored-by: thelamer <ryankuba@gmai.com>
2023-04-07 18:20:15 -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