1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

kinfocenter, systemsettings: add page; spectacle: add example (#16302)

This commit is contained in:
Managor 2025-04-30 17:34:29 +03:00 committed by GitHub
parent 7f242d226e
commit b3297687d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 2 deletions

View file

@ -9,8 +9,12 @@
- Capture a screenshot of the active window:
`spectacle --activewindow`
`spectacle {{[-a|--activewindow]}}`
- Capture a screenshot of a specific region:
`spectacle --region`
`spectacle {{[-r|--region]}}`
- Start another Spectacle instance so that you can screenshot Spectacle itself:
`spectacle {{[-i|--new-instance]}}`

View file

@ -0,0 +1,16 @@
# kinfocenter
> KDE information center to show system information.
> More information: <https://manned.org/kinfocenter>.
- Open the GUI:
`kinfocenter`
- List all possible KCM modules for `kinfocenter`:
`kinfocenter --list`
- Display help:
`kinfocenter {{[-h|--help]}}`

View file

@ -0,0 +1,16 @@
# systemsettings
> KDE central settings program.
> More information: <https://manned.org/systemsettings>.
- Open the settings GUI:
`systemsettings`
- List all possible KCM modules for `systemsettings`:
`systemsettings --list`
- Display help:
`systemsettings {{[-h|--help]}}`