arbtt icon indicating copy to clipboard operation
arbtt copied to clipboard

MS Windows - Capture Desktop-name (Win10) or Command line args of programms

Open nomeata opened this issue 6 years ago • 1 comments

Original report by Anonymous.


I use multiple Firefox-profiles but it appears to be not possible to differentiate them with the given possibilities.

Is there a way to parse the command-line args of the started programms? I would consider this a very usefull feature, even in different cases: Everytime when one is not able to set the window-title (e.g. because the application does not allow this) one can use bogous command-line arguments to create a detectable difference.

Alternetivly (ideally, additivly) capturing the Desktop, currently used (Windows 10 feature) would be great. Currently if I use the rule

#!haskell

tag Desktop:$desktop,

I get a result like this: "Desktop:". Apparently the $desktop-variable is not correctly populated.

nomeata avatar Jul 09 '18 22:07 nomeata

Original comment by nomeata (Bitbucket: nomeata, GitHub: nomeata).


Both are reasonable requests. Especially Desktop should be supported on Windows, as it is already supported on Linux.

That said, I am not doing much arbtt development these days (especially not on Windows), so maybe someone else can pick it up.

nomeata avatar Jul 09 '18 23:07 nomeata