Drop obsolete muttng from /etc/skel/.fluxbox/menu and /etc/skel/.pekwm/menu, thanks...
[grml-desktop.git] / etc / skel / .ion2 / kludges.lua
1 --
2 -- Options to get some programs work more nicely (or at all)
3 --
4
5 winprop{
6     class = "AcroRead",
7     instance = "documentShell",
8     acrobatic = true
9 }
10
11 -- Galeon's find dialog does not always have its transient_for hint 
12 -- set when the window is being mapped.
13 winprop{
14     class = "galeon_browser",
15     instance = "dialog_find",
16     transient_mode = "current",
17 }
18
19 -- We really must use XMMS. 
20 winprop{
21     class = "xmms",
22     instance = "XMMS_Playlist",
23     transient_mode = "off"
24 }
25
26 winprop{
27     class = "xmms",
28     instance = "XMMS_Player",
29     transient_mode = "off"
30 }