devilspie2-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devilspie2-discuss] surching an actual and complete devilspîe2 sample s


From: Marc
Subject: [Devilspie2-discuss] surching an actual and complete devilspîe2 sample script
Date: Thu, 26 Sep 2019 19:10:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

Hi,

I installed devilspie2 WM on manjaro and it works fine except some "set-..."

The pain is that on several websites, one finds different possible syntaxes sometimes a few years old (!):

- which one is the actuel and running one?

- where to find a complete sample script with more than 1 application and different functions. All given samples are just "too simple and stupid", not realistic!

For exemple

if (get_application_name()=="gparted") then
    set_window_geometry(200,100,1600,600);
end

is working fine, but the second application in the same script never starts on workspace 2.

if (get_application_name()=="firefox") then
    set_window_geometry(0,0,960,1080);
    set_workspace(2)
end

Thanks for Your precious feebdack.
Kind regards
Marc
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]