LinuxCommandLibrary

kscreen-console

Command-line tool to query KScreen's status.

TLDR

Show all outputs and configuration files to attach to a bug report

$ kscreen-console bug
copy


Show paths to KScreen configuration files
$ kscreen-console config
copy


Show KScreen output information and configuration
$ kscreen-console outputs
copy


Monitor for changes
$ kscreen-console monitor
copy


Show the current KScreen configuration as JSON
$ kscreen-console json
copy


Display help
$ kscreen-console --help
copy


Display help including Qt specific command-line options
$ kscreen-console --help-all
copy

Copied to clipboard