Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
doc: Use system namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eiskasten committed Jun 6, 2023
1 parent a468494 commit 6262fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials/xfconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ For example, the following command can be used to use single clicks instead of d
# Setting the value to `false` beforehand
xfconf-query -c thunar -p /misc-single-click -s false -t bool -n

kdb set /sw/xfce4/thunar/misc-single-click TRUE
kdb set system:/sw/xfce4/thunar/misc-single-click TRUE
#> Set string to "TRUE"
#> Using name dir:/sw/xfce4/thunar/misc-single-click
#> Using name system:/sw/xfce4/thunar/misc-single-click
```

The result can then be verified using both Elektra and `xfconf-query`.
Expand Down

0 comments on commit 6262fee

Please sign in to comment.