Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:xfconf:xfconf-query [2022/01/17 19:42] – remove toc, minor formatting improvement kevinbowen | xfce:xfconf:xfconf-query [2024/12/06 03:05] (current) – update return links kevinbowen | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== Xfconf-query ====== | ====== Xfconf-query ====== | ||
- | Xfconf-query is a Command Line Interface (CLI) tool for accessing configuration data stored in [[xfce: | + | Xfconf-query is a Command Line Interface (CLI) tool for accessing configuration data stored in [[xfce: |
+ | |||
+ | * **[[# | ||
+ | * **[[# | ||
+ | * [[#Listing Properties|Listing Properties]] | ||
+ | * [[#Creating Properties|Creating Properties]] | ||
+ | * [[# | ||
+ | * [[# | ||
===== Usage ===== | ===== Usage ===== | ||
Line 40: | Line 47: | ||
! Monitor a channel for property changes | ! Monitor a channel for property changes | ||
+ | [[|Back To Top]] | ||
+ | ---- | ||
===== Examples ===== | ===== Examples ===== | ||
+ | ==== Listing Properties ==== | ||
List all available configuration channels: | List all available configuration channels: | ||
Line 57: | Line 67: | ||
xfconf-query -c xfce4-panel -p /panels -l -v | xfconf-query -c xfce4-panel -p /panels -l -v | ||
+ | |||
+ | [[|Back To Top]] | ||
+ | ---- | ||
+ | ==== Creating Properties ==== | ||
Create a new property ''/ | Create a new property ''/ | ||
Line 79: | Line 93: | ||
xfconf-query -c test -p /test3 -n -t string -s 123 -a | xfconf-query -c test -p /test3 -n -t string -s 123 -a | ||
+ | |||
+ | [[|Back To Top]] | ||
+ | ---- | ||
+ | |||
+ | ==== Monitoring Channel Changes ==== | ||
Monitor changes in the '' | Monitor changes in the '' | ||
Line 87: | Line 106: | ||
xfconf-query -c xfce4-panel -m -v | xfconf-query -c xfce4-panel -m -v | ||
- | | + | |
- | Hide '' | + | [[|Back To Top]] |
+ | ---- | ||
+ | |||
+ | ==== Configuration Tweaks ==== | ||
+ | |||
+ | Hide '' | ||
| | ||
| | ||
+ | | ||
+ | |||
+ | |||
+ | Move the '' | ||
+ | |||
+ | xfconf-query -c xsettings -p / | ||
+ | |||
+ | Toggle desktop icon toolips on/off: | ||
+ | |||
+ | xfconf-query --channel xfce4-desktop -p / | ||
+ | xfconf-query --channel xfce4-desktop -p / | ||
+ | Make all system popups(tooltips, | ||
+ | xfconf-query --channel xfwm4 -p / | ||
+ | xfconf-query --channel xfwm4 -p / | ||
[[|Back To Top]] | [[|Back To Top]] | ||
---- | ---- | ||
- | [[: | + | [[: |
- | [[ :xfce:xfce4-settings: | + | [[ :xfce:xfconf: |