Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-01 00:25:28 +00:00
parent ce66b5e9bf
commit fde4de0db5
147 changed files with 229 additions and 179 deletions

View File

@@ -8,10 +8,6 @@ source: https://github.com/tldr-pages/tldr.git
> Write KConfig entries for KDE Plasma.
> More information: <https://userbase.kde.org/KDE_System_Administration/Configuration_Files>.
- Display help:
`kwriteconfig5 --help`
- Set a global configuration key:
`kwriteconfig5 --group {{group_name}} --key {{key}} {{value}}`
@@ -35,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- 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}}"`
- Display help:
`kwriteconfig5 --help`