arbtt
arbtt copied to clipboard
MS Windows - Capture Desktop-name (Win10) or Command line args of programms
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.
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.