mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:26:20 +00:00
Update kdeplasma.sh
This commit is contained in:
parent
45383541b9
commit
a90263ddbd
1 changed files with 8 additions and 0 deletions
|
|
@ -45,6 +45,14 @@ LockOnResume=false
|
|||
Timeout=0
|
||||
kscreenlockerrc
|
||||
|
||||
# Turn vnc sharing on/off
|
||||
if [[ ${MYVNC_VNCSHARING} == "true" ]] || [[ ${MYVNC_VNCSHARING} == "1" ]]
|
||||
then
|
||||
_MYVNC_VNCSHARING=alwaysshared
|
||||
else
|
||||
_MYVNC_VNCSHARING=nevershared
|
||||
fi
|
||||
|
||||
# VNC config
|
||||
cat >~/.vnc/config <<- vncconfig
|
||||
session=plasmax11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue