From: Marco Peereboom Date: Sun, 15 Feb 2009 22:56:15 +0000 (+0000) Subject: quirk Firefox Dialog X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=5f7c713e639041cc183df5e65815f5c8c9e756b7;p=spectrwm.git quirk Firefox Dialog --- diff --git a/scrotwm.c b/scrotwm.c index 634e08b..d5a9c19 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -354,6 +354,7 @@ struct quirk { { "OpenOffice.org 2.4", "VCLSalFrame", SWM_Q_FLOAT }, { "OpenOffice.org 3.0", "VCLSalFrame", SWM_Q_FLOAT }, { "Firefox-bin", "firefox-bin", SWM_Q_TRANSSZ }, + { "Firefox", "Dialog", SWM_Q_FLOAT }, { "Gimp", "gimp", SWM_Q_FLOAT | SWM_Q_ANYWHERE }, { "XTerm", "xterm", SWM_Q_XTERM_FONTADJ }, { "xine", "Xine Window", SWM_Q_FLOAT | SWM_Q_ANYWHERE },