Ryan Kuba cf21bbdd9c
Rebase arch xfce (#124)
* rebase arch-xfce to new kasmvnc baseimage

* swap to os for tagging

* 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:50:47 -07:00

11 lines
361 B
Bash
Executable File

#!/bin/bash
setterm blank 0
setterm powerdown 0
if [ -f "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]; then
sed -i \
'/use_compositing/c <property name="use_compositing" type="bool" value="false"/>' \
"${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
fi
/usr/bin/dbus-launch /usr/bin/startxfce4 --replace > /dev/null 2>&1