X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Fcfg_kludges.lua;h=ce0f39c1f22ecd4011ec606fbac4ae0afb8768d2;hb=16cce41ec7a846b99273dbee63f4d2ad16df5ffc;hp=cd6fa000ae32a222bd20b1cc55fbf5b525f7db20;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/etc/cfg_kludges.lua b/etc/cfg_kludges.lua index cd6fa00..ce0f39c 100644 --- a/etc/cfg_kludges.lua +++ b/etc/cfg_kludges.lua @@ -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{