Skip to content

Commit

Permalink
Update app_examples.md
Browse files Browse the repository at this point in the history
Reduce the maximum line length to 120 characters.

Fix some spelling errors that Obsidian didn't pick up for me. (whoops!)
  • Loading branch information
midwesternrodent authored Oct 11, 2024
1 parent 5f66d46 commit 0cc934f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/app_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,19 +237,17 @@ This script is intended as a drop-in replacement with the same syntax. (It can b
|-----------|--------------------------------------------------------------------------------------------------------------------------------------|
| Do | @code{}sh -c "kscreen-doctor output.HDMI-A-1.mode.${SUNSHINE_CLIENT_WIDTH}x${SUNSHINE_CLIENT_HEIGHT}@${SUNSHINE_CLIENT_FPS}"@endcode |
| Undo | @code{}kscreen-doctor output.HDMI-A-1.mode.3840x2160@120@endcode |
@attention{The names of your displays will differ between X11 and Wayland. Be sure to use the correct name, depending on your session manager.
@attention{The names of your displays will differ between X11 and Wayland.
Be sure to use the correct name, depending on your session manager.

(e.g. on X11, the monitor may be called HDMI-A-0, but on Wayland, it may be called "HDMI-A-1")

}

@hint{Replace "HDMI-A-1 with the display name of the monitor you would like to use for moonlight.

You can list the monitors available to you with `kscreen-doctor -o`

These will also give you the supported display properites for each monitor. You can select them either with by hardoding them their corresponding number
(e.g. `kscreen-doctor output.HDMI-A1.mode.0` or usuing the above "do" command to fetch the resolution requested by your moonlight client
(which has a chance of not being supported by your monitor).
These will also give you the supported display properties for each monitor. You can select them either by
hard-coding them their corresponding number (e.g. `kscreen-doctor output.HDMI-A1.mode.0`) or using the above
"do" command to fetch the resolution requested by your moonlight client (which has a chance of not being supported
by your monitor).
}
###### NVIDIA

Expand Down

0 comments on commit 0cc934f

Please sign in to comment.