Drop ion files
[grml-desktop.git] / etc / skel / .ion2 / kludges.lua
diff --git a/etc/skel/.ion2/kludges.lua b/etc/skel/.ion2/kludges.lua
deleted file mode 100644 (file)
index 2373eff..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---
--- Options to get some programs work more nicely (or at all)
---
-
-winprop{
-    class = "AcroRead",
-    instance = "documentShell",
-    acrobatic = true
-}
-
--- Galeon's find dialog does not always have its transient_for hint 
--- set when the window is being mapped.
-winprop{
-    class = "galeon_browser",
-    instance = "dialog_find",
-    transient_mode = "current",
-}
-
--- We really must use XMMS. 
-winprop{
-    class = "xmms",
-    instance = "XMMS_Playlist",
-    transient_mode = "off"
-}
-
-winprop{
-    class = "xmms",
-    instance = "XMMS_Player",
-    transient_mode = "off"
-}