You are not logged in.
For a new MX tool, we would like to have a button that when clicked would open up the app to the Compositor tab--but have not been able to figure out the command to do that. Tried things such as this:
xfwm4-tweaks-settings --compositor
also with --tab=compositor.
Is it possible?
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
I can think of a few options here, Jerry:
1. Use xdotool:
(xfwm4-tweaks-settings &) && sleep .5 && xdotool key Left
2. Use the Xfce4-Composite Editor app.
3. Create something of your own using yad and directly manipulate the relevent xfconf settings in the xfwm4 channel.
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, ToZ! I was thinking of the third option myself b/c I think the result would be the cleanest.
We'll snoop around...
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
[ Generated in 0.013 seconds, 9 queries executed - Memory usage: 523.69 KiB (Peak: 524.53 KiB) ]