You are not logged in.
Pages: 1
Hi,
I created a keyboard shortcut which launches firefox with the contents of the primary clipboard. However, if I am in a different desktop than the one that my firefox window is in, xfce4 will bring the window to my desktop and give it focus when the script is run. I'd like to force firefox to stay on the other (unseen) desktop.
Right now I have a very cludgy work-around:
firefox `xclip -o`
sleep 0.5
wmctrl -r "Mozilla Firefox" -t 2
This forces the firefox window to go back to desktop 2 (where I keep my firefox windows), but if there is a way to keep firefox from coming to my active desktop at all, I'd love to know about it.
Offline
I am not sure if this resolves your issue but I had a similar problem and this helped.
It is covered in this bug:
http://bugzilla.xfce.org/show_bug.cgi?id=2961
And there is a fix here:
http://bugzilla.xfce.org/show_bug.cgi?id=2961#c13
Offline
You could try using devil's pie to make all your firefox windows appear on the second workspace...
Don't know if it does exactly what you want. but it is a try worth I think.
Good luck
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 534.27 KiB (Peak: 544.9 KiB) ]