You are not logged in.

#1 2012-03-09 14:53:54

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Can't curb devilspie

I am trying to use devilspie to control my VBox machine window, but I fail. I am following Arch wiki on the subject and created a file ~/.devilspie/VB_xp64.ds

(if
(matches (window_name) "x64 [Running] - Oracle VM VirtualBox")
(begin
(undecorate)
(set_workspace 1)
(skip_tasklist)
(wintype "desktop")
(geometry "+1+800")
(geometry "20×10")
)
)

However, the windows does not seem to be affected by it in the slightest. What am I doing wrong?

Offline

Board footer

Powered by FluxBB