Update plasma compose to use build

This commit is contained in:
Myve 2024-07-23 00:57:24 +00:00
commit b0231dfed2
4 changed files with 14 additions and 9 deletions

View file

@ -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