#1034818 Need --separator= or --null option

Package:
wmctrl
Source:
wmctrl
Description:
control an EWMH/NetWM compatible X Window Manager
Submitter:
Dan Jacobson
Date:
2023-04-25 09:42:04 UTC
Severity:
normal
#1034818#3
Date:
2023-04-25 09:29:24 UTC
From:
To:
$ wmctrl -xl
0x02000002  3 google-chrome-unstable.Google-chrome-unstable  jidanni5 Advanced Usage - Google Chrome
0x02e0000c  1 googleearth-bin.Google Earth Pro       N/A Google Earth Pro

Add a null (\0) etc. or separator choice option, else the only way to
extract the class relies on there being more than one space after it:
$ wmctrl -xl|perl -pwle 's/^\S+\s+\S+[^.]+\.//; s/  .*//;'