XFCE – Toggle Compositing Without Restarting X11

command linecompositeshell-scriptxfcexorg

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.

Best Answer

xfconf-query -c xfwm4 -p /general/use_compositing -t bool -s false

true to activate it again.

Related Question