is there a way to let awesome set vlc in full screen without displaying the menu and progress-bar? I already tried to do this using dbus, but this won´t work for vlc.
P.S.: the code I used for dbus is:
qdbus org.mpris.MediaPlayer2.banshee \
/org/mpris/MediaPlayer2 \
org.mpris.MediaPlayer2.Fullscreen True
But it seams to be a problem with mpris, I tested it with other players and it does not work. (CanSetFullscreen gives True)