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

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and eiskasten committed May 28, 2023
1 parent 9535140 commit 103894c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tutorials/xfconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand All @@ -55,4 +55,4 @@ kdb umount /sw/xfce4/thunar/

## Replacing Xfconf with Elektra

## Data-Types Used in Xfconf
## Data-Types Used in Xfconf

0 comments on commit 103894c

Please sign in to comment.