Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:xfconf:xfconf-query [2020/01/07 23:24] – added examples of hiding Suspend and Hibernate from logout windows kevinbowen | xfce:xfconf:xfconf-query [2024/12/06 03:05] (current) – update return links kevinbowen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | |||
| ====== 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 38: | 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 55: | 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 77: | 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 85: | 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]] | ||
| + | ---- | ||
| + | [[: | ||
| + | [[ : | ||