pages.*/*: replace {{" "}} with "{{ }}" (#15034)

The latter notation is preferred by the style guide.
This commit is contained in:
Lena
2024-12-05 18:27:27 +01:00
committed by GitHub
parent 1eb5d09fff
commit d74e776a9c
41 changed files with 45 additions and 45 deletions

View File

@@ -29,4 +29,4 @@
- Configure KRunner to open with the Meta (Command/Windows) global hotkey:
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{ModifierOnlyShortcuts}} --key {{Meta}} {{"org.kde.kglobalaccel,/component/krunner_desktop,org.kde.kglobalaccel.Component,invokeShortcut,_launch"}}`
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{ModifierOnlyShortcuts}} --key {{Meta}} "{{org.kde.kglobalaccel,/component/krunner_desktop,org.kde.kglobalaccel.Component,invokeShortcut,_launch}}"`

View File

@@ -13,4 +13,4 @@
- Set the wallpaper to a static [c]olor:
`swaybg --color {{"#rrggbb"}}`
`swaybg --color "{{#rrggbb}}"`