diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-01-17 10:38:32 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-01-17 10:45:18 +0400 |
| commit | 40c85da102054caeb86b7905cd27c69e392c8f92 (patch) | |
| tree | ea0f2547ca2949d43ff5898ebab3a56d7eee6d1e /resources | |
| parent | 768b32602839896012a9ee3c4ed6885360fa5395 (diff) | |
| download | niri-40c85da102054caeb86b7905cd27c69e392c8f92.tar.gz niri-40c85da102054caeb86b7905cd27c69e392c8f92.tar.bz2 niri-40c85da102054caeb86b7905cd27c69e392c8f92.zip | |
Add an IPC socket and a niri msg outputs subcommand
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 38a78488..c192467b 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -54,7 +54,8 @@ input { // disable-power-key-handling } -// You can configure outputs by their name, which you can find with wayland-info(1). +// You can configure outputs by their name, which you can find +// by running `niri msg outputs` while inside a niri instance. // The built-in laptop monitor is usually called "eDP-1". // Remember to uncommend the node by removing "/-"! /-output "eDP-1" { @@ -69,7 +70,7 @@ input { // If the refresh rate is omitted, niri will pick the highest refresh rate // for the resolution. // If the mode is omitted altogether or is invalid, niri will pick one automatically. - // All valid modes are listed in niri's debug output when an output is connected. + // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. mode "1920x1080@144" // Position of the output in the global coordinate space. |
