diff --git a/doc/tutorials/xfconf.md b/doc/tutorials/xfconf.md index e0a790204dd..140ab132836 100644 --- a/doc/tutorials/xfconf.md +++ b/doc/tutorials/xfconf.md @@ -26,7 +26,7 @@ Thunar should now be ready to be configured by Elektra. For example, the following command can be used to use single clicks instead of double clicks. ```shell -# Setting the value to `false` beforehand +# 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 @@ -39,7 +39,7 @@ The result can then be verified using both Elektra and `xfconf-query`. ```shell kdb get /sw/xfce4/thunar/misc-single-click #> TRUE - + xfconf-query -c thunar -p /misc-single-click #> true ``` @@ -55,4 +55,4 @@ kdb umount /sw/xfce4/thunar/ ## Replacing Xfconf with Elektra -## Data-Types Used in Xfconf \ No newline at end of file +## Data-Types Used in Xfconf