Files
cheatsheet-tldr/tldr/linux/kscreen-console
2025-06-30 00:22:10 +00:00

38 lines
710 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# kscreen-console
> 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 {{[-h|--help]}}`
- Display help including Qt specific command-line options:
`kscreen-console --help-all`