Xfce: Difference between revisions

From Halfface
Jump to navigation Jump to search
(Created page with "=Modify the xfce settings via cli= List channels. xfconf-query -l Monitor wanted channel for changes. xfconf-query -c xfwm4 -m To set, unset, or toggle that setting using xf...")
(No difference)

Revision as of 10:33, 2 January 2018

Modify the xfce settings via cli

List channels.

xfconf-query -l

Monitor wanted channel for changes.

xfconf-query -c xfwm4 -m

To set, unset, or toggle that setting using xfconf-query:

xfconf-query -c xfwm4 -p /general/raise_on_click -s true
xfconf-query -c xfwm4 -p /general/raise_on_click -s false
xfconf-query -c xfwm4 -p /general/raise_on_click -T