From: Matthieu M. <Mat...@gr...> - 2012-12-05 09:09:39
|
Juri Hamburg <ju...@fa...> writes: > Just after forking ion3 it was decided not to autofocus the frames by > default and only to display the urgency hint. > > You can activate the autofocus feature for specific > applications/xclients by setting winprop 'ignore_net_active_window' to > false like: > > defwinprop { > class = "Firefox", > ignore_net_active_window = false, > } Excellent, that is exactly what I was looking for. Any idea why this doesn't seem to work for Psi (Jabber client)? I tried this and a few variations on the theme, and none had any effect: defwinprop { class = "psi", instance = "main", -- seems to be ignored. ignore_net_active_window = false, } I could get the chat window to open in the right frame with defwinprop { class = "psi", instance = "chat", target = "psi_target", jumpto = true, } so it does mostly what I want, but I'm curious why the ignore_net_active_window didn't work. Thanks, -- Matthieu Moy http://www-verimag.imag.fr/~moy/ |