pages.*/*: replace {{" "}}
with "{{ }}"
(#15034)
The latter notation is preferred by the style guide.
This commit is contained in:
@@ -29,4 +29,4 @@
|
||||
|
||||
- KRunner를 Meta(커맨드/윈도우) 글로벌 핫키로 열리도록 설정:
|
||||
|
||||
`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}}"`
|
||||
|
@@ -13,4 +13,4 @@
|
||||
|
||||
- 배경화면을 고정된 [c]색상으로 설정:
|
||||
|
||||
`swaybg --color {{"#rrggbb"}}`
|
||||
`swaybg --color "{{#rrggbb}}"`
|
||||
|
Reference in New Issue
Block a user