Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config_theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ navbar-links:
GitHub: "https://github.com/LizardByte"
Resources:
- Blog: "blog"
- Docs: "https://docs.lizardbyte.dev/en/latest/about/overview.html"
- Docs: "https://docs.lizardbyte.dev/latest/about/overview.html"
- Community: "https://github.com/orgs/LizardByte/discussions"
- Discord: "discord"
- Support: "support"
- Status: "https://status.LizardByte.dev"
Development:
- Contributing: "https://docs.lizardbyte.dev/en/latest/developers/contributing.html"
- Contributing: "https://docs.lizardbyte.dev/latest/developers/contributing.html"
- Dashboard: "https://app.lizardbyte.dev/dashboard"
- Dev Status: "https://status-dev.LizardByte.dev"
avatar: "/assets/img/navbar-avatar.png"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ As an alternative to SSH...
`sunshine &` in your `.xinitrc` file if you start your X server with `startx`.
In this case, the workaround for `/dev/uinput` permissions is not needed because the udev rule would be triggered
for \"physical\" login.
See [Linux Setup](https://docs.lizardbyte.dev/projects/sunshine/en/master/md_docs_2getting__started.html#linux).
See [Linux Setup](https://docs.lizardbyte.dev/projects/sunshine/master/md_docs_2getting__started.html#linux).
I personally think autologin compromises the security of the PC, so I went with the remote SSH route.
I use the PC more than for gaming, so I don't need a virtual display everytime I turn on the PC
(E.g running updates, config changes, file/media server).
Expand Down Expand Up @@ -518,6 +518,6 @@ keep your monitors close by incase something isn't working right.
{% include admonition.html type="seealso" body="
Now that you have a virtual display, you may want to automate changing the resolution
and refresh rate prior to connecting to an app. See
[Changing Resolution and Refresh Rate](https://docs.lizardbyte.dev/projects/sunshine/en/master/md_docs_2app__examples.html#changing-resolution-and-refresh-rate)
[Changing Resolution and Refresh Rate](https://docs.lizardbyte.dev/projects/sunshine/master/md_docs_2app__examples.html#changing-resolution-and-refresh-rate)
for more information.
" %}
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ turn it back on when needed.
As Eric Dong recommended, I'll also send you to automate changing your displays.
You can add multiple commands, to turn off, or configure as many displays as you'd like with the sunshine prep
commands. See
[Changing Resolution and Refresh Rate](https://docs.lizardbyte.dev/projects/sunshine/en/master/md_docs_2app__examples.html#changing-resolution-and-refresh-rate)
[Changing Resolution and Refresh Rate](https://docs.lizardbyte.dev/projects/sunshine/master/md_docs_2app__examples.html#changing-resolution-and-refresh-rate)
for more information and remember that the display names for your prep commands, may be different from what you
found for SDDM.
" %}
2 changes: 1 addition & 1 deletion support.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>
</div>
<div class="col-sm-auto border-white my-3 px-3 py-2 border-start">
<a class="text-decoration-none link-light stretched-link"
href="https://docs.lizardbyte.dev/en/latest/about/overview.html"
href="https://docs.lizardbyte.dev/latest/about/overview.html"
target="_blank">
<h4 class="card-title mb-3 fw-bolder crowdin-ignore">Read the Docs</h4>
</a>
Expand Down
Loading