WIP: VNC Module #62
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/os#62
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/wayvnc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds a VNC module with wayvnc. A better version would start a headless sway instead of running on the main sway instance, so that this can also be used on headless machines.
@ -0,0 +2,4 @@
address=0.0.0.0
enable_auth=true
username=${psCfg.user.name}
password=testtest
This unfortunately does not accept hashed passwords, so we cannot use
psCfg.user.passwd
here. Any ideas?Pull request closed