How can i disable compositing via the command line? I need to disable temporarily for some games, like Nexuiz, for use in a wrapper script to toggle compositing status.
Asked
Active
Viewed 7,628 times
2 Answers
12
xfconf-query -c xfwm4 -p /general/use_compositing -t bool -s false
true to activate it again.
tuxce
- 984
- 7
- 7
-
This helped me get my Raspberry Pi 4 running XFCE headless to work correctly. thanks! – blorgggg Jun 07 '23 at 16:51
7
Just make a keyboard shortcut for this:
xfconf-query --channel=xfwm4 --property=/general/use_compositing --type=bool --toggle
Toggle compositing at the tip of your finger =) P.S: Sorry for necroposting.
Dude
- 71
- 1
- 1