devilspie2-discuss
[Top][All Lists]
Advanced

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

[Devilspie2-discuss] Matching with regexp causes ALL windows to be match


From: Anton Pettersson
Subject: [Devilspie2-discuss] Matching with regexp causes ALL windows to be matched
Date: Wed, 11 Sep 2019 12:06:56 +0000

Hi,

I'm a total newb on LUA. I created this script:

if (get_window_name() ~= "Slack.*R&D") then
    set_window_workspace(4);
end

It seems this matches all my windows and not just only the window with title "Slack ... R&D".

Anton Pettersson


reply via email to

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