mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #810] [MERGED] docs(troubleshooting) addressing display suspension within monitor OSD #1111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/810
Author: @3bbbeau
Created: 5/6/2024
Status: ✅ Merged
Merged: 5/10/2024
Merged by: @LGUG2Z
Base:
master← Head:docs/troubleshooting📝 Commits (4)
c8d2025docs(mkdocs): add admonition extensionb5e7113docs(mkdocs): add pymdownx.highlight and pymdownx.superfences extensions2c99da3docs(mkdocs): addressing display suspension within monitor OSDfa420aadocs(mkdocs): add shell.nix for python doc deps📊 Changes
3 files changed (+122 additions, -0 deletions)
View changed files
➕
docs/troubleshooting.md(+106 -0)📝
mkdocs.yml(+5 -0)➕
shell.nix(+11 -0)📄 Description
what
adds
mkdocsextensions:admonition(contextual information blocks)pymdownx.highlight(syntax highlighting)pymdownx.superfences(indented codeblocks)adds
troubleshooting.md:why
Following a support request on Discord to figure out why komorebi would no longer work from a display suspending, it turns out some monitors misbehave, causing komorebi to no longer work as expected following wake.
The steps have been documented here to help others.
The mkdocs extensions were added to convey this information clearly, as ordered numbering is broken unless code blocks are indented.
Run
mkdocs servein the repo root to view.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.