diff --git a/pages/common/spectacle.md b/pages/common/spectacle.md index cf415fccd3..4b4aca5b83 100644 --- a/pages/common/spectacle.md +++ b/pages/common/spectacle.md @@ -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]}}` diff --git a/pages/linux/kinfocenter.md b/pages/linux/kinfocenter.md new file mode 100644 index 0000000000..5c1be70c91 --- /dev/null +++ b/pages/linux/kinfocenter.md @@ -0,0 +1,16 @@ +# kinfocenter + +> KDE information center to show system information. +> More information: . + +- Open the GUI: + +`kinfocenter` + +- List all possible KCM modules for `kinfocenter`: + +`kinfocenter --list` + +- Display help: + +`kinfocenter {{[-h|--help]}}` diff --git a/pages/linux/systemsettings.md b/pages/linux/systemsettings.md new file mode 100644 index 0000000000..815bfff789 --- /dev/null +++ b/pages/linux/systemsettings.md @@ -0,0 +1,16 @@ +# systemsettings + +> KDE central settings program. +> More information: . + +- Open the settings GUI: + +`systemsettings` + +- List all possible KCM modules for `systemsettings`: + +`systemsettings --list` + +- Display help: + +`systemsettings {{[-h|--help]}}`