[PR #810] [MERGED] docs(troubleshooting) addressing display suspension within monitor OSD #1111

Closed
opened 2026-01-05 14:54:08 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: docs/troubleshooting


📝 Commits (4)

  • c8d2025 docs(mkdocs): add admonition extension
  • b5e7113 docs(mkdocs): add pymdownx.highlight and pymdownx.superfences extensions
  • 2c99da3 docs(mkdocs): addressing display suspension within monitor OSD
  • fa420aa docs(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 mkdocs extensions:

    • admonition (contextual information blocks)
    • pymdownx.highlight (syntax highlighting)
    • pymdownx.superfences (indented codeblocks)
  • adds troubleshooting.md:

    • addressing an issue where komorebi no longer works following monitor suspension

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 serve in the repo root to view.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/810 **Author:** [@3bbbeau](https://github.com/3bbbeau) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/10/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `docs/troubleshooting` --- ### 📝 Commits (4) - [`c8d2025`](https://github.com/LGUG2Z/komorebi/commit/c8d2025fdb90c8c8776af5a5fffa533a176c2ac1) docs(mkdocs): add admonition extension - [`b5e7113`](https://github.com/LGUG2Z/komorebi/commit/b5e7113b21a12a57379df2ae74e81225477e62a2) docs(mkdocs): add pymdownx.highlight and pymdownx.superfences extensions - [`2c99da3`](https://github.com/LGUG2Z/komorebi/commit/2c99da32ebe08e550b2d2c0ced6ae06e9b7ce585) docs(mkdocs): addressing display suspension within monitor OSD - [`fa420aa`](https://github.com/LGUG2Z/komorebi/commit/fa420aa8e3037c59b001d758a400a865ed1cfff4) docs(mkdocs): add shell.nix for python doc deps ### 📊 Changes **3 files changed** (+122 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/troubleshooting.md` (+106 -0) 📝 `mkdocs.yml` (+5 -0) ➕ `shell.nix` (+11 -0) </details> ### 📄 Description ## what - adds `mkdocs` extensions: - `admonition` (contextual information blocks) - `pymdownx.highlight` (syntax highlighting) - `pymdownx.superfences` (indented codeblocks) - adds `troubleshooting.md`: - addressing an issue where _komorebi_ no longer works following monitor suspension ## 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 serve` in the repo root to view. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:08 +01:00
adam closed this issue 2026-01-05 14:54:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1111