1
0
Fork 0
forked from wry/wry

tree: allow showing floating windows above fullscreen

This commit is contained in:
Julian Orth 2025-04-22 17:46:25 +02:00
parent f3179b7794
commit 0c02cb5033
17 changed files with 118 additions and 6 deletions

View file

@ -1281,7 +1281,10 @@
"forward",
"none",
"enable-window-management",
"disable-window-management"
"disable-window-management",
"enable-float-above-fullscreen",
"disable-float-above-fullscreen",
"toggle-float-above-fullscreen"
]
},
"Status": {

View file

@ -2891,6 +2891,20 @@ The string should have one of the following values:
Disables window management mode.
- `enable-float-above-fullscreen`:
Enables floating windows showing above fullscreen windows.
By default, floating windows are hidden below fullscreen windows.
- `disable-float-above-fullscreen`:
Disables floating windows showing above fullscreen windows.
- `toggle-float-above-fullscreen`:
Toggles floating windows showing above fullscreen windows.
<a name="types-Status"></a>

View file

@ -701,6 +701,17 @@ SimpleActionName:
- value: disable-window-management
description: |
Disables window management mode.
- value: enable-float-above-fullscreen
description: |
Enables floating windows showing above fullscreen windows.
By default, floating windows are hidden below fullscreen windows.
- value: disable-float-above-fullscreen
description: |
Disables floating windows showing above fullscreen windows.
- value: toggle-float-above-fullscreen
description: |
Toggles floating windows showing above fullscreen windows.
Color: