Move wiki into the main repository

This commit is contained in:
Ivan Molodetskikh
2024-03-25 21:13:36 +04:00
parent 0d90876ad8
commit cf54f75113
11 changed files with 297 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
Things to keep in mind with layer-shell components (bars, launchers, etc.):
1. Popups (tooltips, popup menus) render on the same layer as the component itself. Put your bar at the top layer, or menus will render below windows.
2. Components on the bottom and background layers will never receive keyboard focus, including for popups. They will however receive pointer focus as expected.
3. 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.