Ryan Kuba d6ad154a48
Rebase fedora kde (#127)
* rebase fedora-kde to new kasmvnc baseimage

* remove debug

* point readme to master screen blanking tweeks

* update bin wrapper to pass cli options

---------

Co-authored-by: ryan.kuba <ryan.kuba@kasmweb.com>
Co-authored-by: thelamer <ryankuba@gmai.com>
2023-04-07 17:42:44 -07:00

15 lines
521 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
if [ ! -f $HOME/.config/kdeglobals ]; then
kwriteconfig5 --file $HOME/.config/kdeglobals --group KDE --key LookAndFeelPackage org.fedoraproject.fedora.desktop
fi
setterm blank 0
setterm powerdown 0
/usr/bin/startplasma-x11 > /dev/null 2>&1