From: Marco Peereboom Date: Thu, 12 Feb 2009 17:48:05 +0000 (+0000) Subject: Add pcb quirk. From Mark Peoples X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=0acaa22173919d11f1d0c698cbbe7ebd525b68a3;p=spectrwm.git Add pcb quirk. From Mark Peoples --- diff --git a/scrotwm.c b/scrotwm.c index 985cda1..e3a0685 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -360,6 +360,7 @@ struct quirk { { "xine", "xine Panel", SWM_Q_FLOAT | SWM_Q_ANYWHERE }, { "Xitk", "Xine Window", SWM_Q_FLOAT | SWM_Q_ANYWHERE }, { "xine", "xine Video Fullscreen Window", SWM_Q_FULLSCREEN | SWM_Q_FLOAT }, + { "pcb", "pcb", SWM_Q_FLOAT }, { NULL, NULL, 0}, };