From: Marco Peereboom Date: Thu, 9 Jun 2011 21:26:38 +0000 (+0000) Subject: quirk the vlc video window to behave like mplayer X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=8418aeaea300c32022da2c2ed0b8dedb425205ba;p=spectrwm.git quirk the vlc video window to behave like mplayer --- diff --git a/scrotwm.c b/scrotwm.c index 0aa4860..94710ff 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -4320,6 +4320,7 @@ setup_quirks(void) setquirk("Xitk", "Xine Window", SWM_Q_FLOAT | SWM_Q_ANYWHERE); setquirk("xine", "xine Video Fullscreen Window", SWM_Q_FULLSCREEN | SWM_Q_FLOAT); setquirk("pcb", "pcb", SWM_Q_FLOAT); + setquirk("SDL_App", "SDL_App", SWM_Q_FLOAT | SWM_Q_FULLSCREEN); } /* conf file stuff */