From dc93f1c1fd7b67e2da5af2ffada732b9ddeb2d6a Mon Sep 17 00:00:00 2001 From: Kent Daleng Date: Sun, 17 Aug 2025 16:05:41 +0200 Subject: github wiki replacement / mkdocs-docs (#2147) * Add wiki based on mkdocs * wording fixes * fix github bg color on narrow * Fix left sidebar section headers being bigger than pages * fix hover accent * fix list rendering on fractional layout * fix videos * fix automatic full links * remove redundant commented css * improve dark mode contrast * update pygments for better child node coloring * update logo * remove blank lines * add systemd language hint --------- Co-authored-by: Ivan Molodetskikh --- "wiki/Layer\342\200\220Shell-Components.md" | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 "wiki/Layer\342\200\220Shell-Components.md" (limited to 'wiki/Layer‐Shell-Components.md') diff --git "a/wiki/Layer\342\200\220Shell-Components.md" "b/wiki/Layer\342\200\220Shell-Components.md" deleted file mode 100644 index 7cf0d479..00000000 --- "a/wiki/Layer\342\200\220Shell-Components.md" +++ /dev/null @@ -1,5 +0,0 @@ -Things to keep in mind with layer-shell components (bars, launchers, etc.): - -1. When a full-screen window is active and covers the entire screen, it will render above the top layer, and it will be prioritized for keyboard focus. If your launcher uses the top layer, and you try to run it while looking at a full-screen window, it won't show up. Only the overlay layer will show up on top of full-screen windows. -1. Components on the bottom and background layers will receive *on-demand* keyboard focus as expected. However, they will only receive *exclusive* keyboard focus when there are no windows on the workspace. -1. When opening the [Overview](./Overview.md), components on the bottom and background layers will zoom out and remain on the workspaces, while the top and overlay layers remain on top of the Overview. So, if you want the bar to remain on top, put it on the *top* layer. -- cgit