mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:46:20 +00:00
Update plasma compose to use build
This commit is contained in:
parent
84a85d673b
commit
b0231dfed2
4 changed files with 14 additions and 9 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Create required home directories
|
||||
[ -d ~/.vnc ] || mkdir -p ~/.vnc
|
||||
[ -d ~/.ssh ] || mkdir -p ~/.ssh
|
||||
[ -d ~/.config ] || mkdir -p ~/.config
|
||||
|
||||
# Check for MYVNC_VNCPASS variable
|
||||
|
|
@ -39,7 +40,6 @@ fi
|
|||
# VNC config
|
||||
cat >~/.vnc/config <<- vncconfig
|
||||
session=plasmax11
|
||||
dpi=192
|
||||
geometry=1920x1080
|
||||
framerate=60
|
||||
depth=32
|
||||
|
|
@ -55,4 +55,4 @@ Timeout=0
|
|||
kscreenlockerrc
|
||||
|
||||
# Launch Tigervnc
|
||||
/usr/bin/dbus-launch vncserver :0
|
||||
/usr/bin/dbus-launch vncserver :0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue