You are not logged in.
Pages: 1
I use Devil's Pie to arrange applications. This script I use to have all Gimp windows on 2nd desktop:
(if
(is (window_class) "Gimp-2.4")
(begin
(set_workspace 2)
)
)
It works great in Openbox, but in XFce, the main Gimp window stays on active desktop, instead of moving to no. 2. What could be wrong with it?
Offline
Nobody knows??? :cry:
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 518.08 KiB (Peak: 539.21 KiB) ]