I have written awful.util.spawn("vncviewer")
in rc.lua.
But this results in two vncviewer
instances (windows) in the startup. What is the reason?
Asked
Active
Viewed 152 times
0

Rahul Devanavar
- 3,917
- 4
- 32
- 61
1 Answers
2
Without more details, my guess is as good as yours. However the odds are that you put the line in a signal callback that gets called twice (like for each screen or something).
Can you pastebin your rc.lua
in a comment so I can update my message with a more accurate answer?

Emmanuel Lepage Vallee
- 2,654
- 18
- 13