X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Fcfg_kludges.lua;h=ce0f39c1f22ecd4011ec606fbac4ae0afb8768d2;hb=refs%2Ftags%2F20070506;hp=974ac088faf4512e794c400ffb58d6355c82375e;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/etc/cfg_kludges.lua b/etc/cfg_kludges.lua index 974ac08..ce0f39c 100644 --- a/etc/cfg_kludges.lua +++ b/etc/cfg_kludges.lua @@ -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{