docs: opdater README og fedora-kde-setup med aktuel struktur
- Tilføj fonts.yml og icons.yml til strukturtræ og spring-over eksempel - Opdater system.yml beskrivelse med fish, sudoers og Tailscale - Erstat KDE shortcuts import-trin med link til manuel vejledning - Erstat KDE Shortcuts sektion med tabeloversigt over alle genveje og custom commands der sættes manuelt i System Settings
This commit is contained in:
+25
-4
@@ -216,10 +216,31 @@ sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|
||||
|
||||
## KDE Shortcuts
|
||||
|
||||
Import the shortcut file via **System Settings → Shortcuts → Import**:
|
||||
Sæt genvejene manuelt via **System Settings → Shortcuts**.
|
||||
|
||||
```
|
||||
kde_shortcuts/custom_shortcuts.kksrc
|
||||
```
|
||||
### Globale genveje
|
||||
|
||||
| App | Genvej |
|
||||
|---|---|
|
||||
| Kitty | `Meta+Return` |
|
||||
| 1Password Quick Access | `Meta+Ctrl+.` |
|
||||
| 1Password Toggle | `Meta+Ctrl+,` |
|
||||
| Shutdown script | `Meta+Ctrl+Alt+S` |
|
||||
| Reboot script | `Meta+Ctrl+Alt+R` |
|
||||
| Spectacle (screenshot) | `Meta+Shift+S` |
|
||||
| Firefox | `Meta+B` |
|
||||
| System Settings | `Meta+I` |
|
||||
| Window Close | `Alt+F4` |
|
||||
|
||||
### Custom Commands
|
||||
|
||||
Opret under **System Settings → Shortcuts → Custom Shortcuts**:
|
||||
|
||||
| Navn | Kommando |
|
||||
|---|---|
|
||||
| `1password qa` | `1password --quick-access` |
|
||||
| `1password toggle` | `1password --toggle` |
|
||||
| `app_close_and_shutdown` | `kitty --override window_title="shutdown-script" bash -c "~/scripts/app_close_and_shutdown.sh; exec bash"` |
|
||||
| `app_close_and_restart` | `kitty --override window_title="shutdown-script" bash -c "~/scripts/app_close_and_reboot.sh; exec bash"` |
|
||||
|
||||
[↑ Index](#index)
|
||||
|
||||
Reference in New Issue
Block a user