You are not logged in.
Pages: 1
Hi
I can start mousepad from xfce4-terminal with mousepad &
mousepad can take parameters like --class=CLASS or --name=NAME
If I try mousepad --class=MyCLASS &
mousepad start ok but after that, if I use xprop, the result is WM_CLASS(STRING) = "mousepad", "Mousepad"
Nowhere I can find MyCLASS.
It' s the same with --name=NAME
How to use these parameters ?
Thanks
Last edited by ctac (2020-03-19 19:57:22)
Offline
For me:
mousepad --class=MYCLASS --name=MYMOUSE &
...followed by:
xprop | grep WM_CLASS
...returns:
WM_CLASS(STRING) = "MYMOUSE", "MYCLASS"
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks.
Don't understand.
I try for 1 hour with no result and after your reply, all is ok.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 519.28 KiB (Peak: 520.13 KiB) ]