Ryan Kuba d4a8575805
Update alpine-xfce to new KasmVNC baseimage, update docs (#113)
* Update alpine-xfce to new KasmVNC baseimage, update docs

* finalize screen blanking

* update bin wrapper to pass cli options

---------

Co-authored-by: thelamer <ryankuba@gmai.com>
2023-04-07 18:59:47 -07:00

9 lines
297 B
Bash
Executable File

#!/bin/bash
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/xfce4-session > /dev/null 2>&1