mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
kinfocenter, systemsettings: add page; spectacle: add example (#16302)
This commit is contained in:
parent
7f242d226e
commit
b3297687d2
3 changed files with 38 additions and 2 deletions
|
@ -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]}}`
|
||||
|
|
16
pages/linux/kinfocenter.md
Normal file
16
pages/linux/kinfocenter.md
Normal 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]}}`
|
16
pages/linux/systemsettings.md
Normal file
16
pages/linux/systemsettings.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue