]> git.decadent.org.uk Git - ion3.git/blobdiff - etc/cfg_kludges.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / etc / cfg_kludges.lua
index cd6fa000ae32a222bd20b1cc55fbf5b525f7db20..ce0f39c1f22ecd4011ec606fbac4ae0afb8768d2 100644 (file)
@@ -9,14 +9,24 @@ defwinprop{
     acrobatic = true
 }
 
--- Galeon's find dialog does not always have its transient_for hint 
--- set when the window is being mapped.
+
+defwinprop{
+    class = "Xpdf",
+    instance = "openDialog_popup",
+    ignore_cfgrq = true,
+}
+
+
+-- Put all dockapps in the statusbar's systray, also adding the missing
+-- size hints necessary for this to work.
 defwinprop{
-    class = "galeon_browser",
-    instance = "dialog_find",
-    transient_mode = "current",
+    is_dockapp = true,
+    statusbar = "systray",
+    max_size = { w = 64, h = 64},
+    min_size = { w = 64, h = 64},
 }
 
+
 -- You might want to enable these if you really must use XMMS. 
 --[[
 defwinprop{