tree: allow showing floating windows above fullscreen
This commit is contained in:
parent
f3179b7794
commit
0c02cb5033
17 changed files with 118 additions and 6 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue