]> 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 974ac088faf4512e794c400ffb58d6355c82375e..ce0f39c1f22ecd4011ec606fbac4ae0afb8768d2 100644 (file)
@@ -9,13 +9,6 @@ defwinprop{
     acrobatic = true
 }
 
--- Galeon's find dialog does not always have its transient_for hint 
--- set when the window is being mapped.
-defwinprop{
-    class = "galeon_browser",
-    instance = "dialog_find",
-    transient_mode = "current",
-}
 
 defwinprop{
     class = "Xpdf",
@@ -24,6 +17,16 @@ defwinprop{
 }
 
 
+-- Put all dockapps in the statusbar's systray, also adding the missing
+-- size hints necessary for this to work.
+defwinprop{
+    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{