0

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?

Rahul Devanavar
  • 3,917
  • 4
  • 32
  • 61

1 Answers1

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?