mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 16:47:49 +00:00
Update cheatsheets
This commit is contained in:
37
linux/kscreen-console
Normal file
37
linux/kscreen-console
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# kscreen-console
|
||||
|
||||
> Command-line tool to query KScreen's status.
|
||||
> More information: <https://manned.org/kscreen-console>.
|
||||
|
||||
- Show all outputs and configuration files to attach to a bug report:
|
||||
|
||||
`kscreen-console bug`
|
||||
|
||||
- Show paths to KScreen configuration files:
|
||||
|
||||
`kscreen-console config`
|
||||
|
||||
- Show KScreen output information and configuration:
|
||||
|
||||
`kscreen-console outputs`
|
||||
|
||||
- Monitor for changes:
|
||||
|
||||
`kscreen-console monitor`
|
||||
|
||||
- Show the current KScreen configuration as JSON:
|
||||
|
||||
`kscreen-console json`
|
||||
|
||||
- Display help:
|
||||
|
||||
`kscreen-console --help`
|
||||
|
||||
- Display help including Qt specific command-line options:
|
||||
|
||||
`kscreen-console --help-all`
|
||||
Reference in New Issue
Block a user