mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
wiki: Document windowed fullscreen
This commit is contained in:
@@ -111,4 +111,26 @@ Example:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Windowed (fake/detached) fullscreen
|
||||||
|
|
||||||
|
<sup>Since: next release</sup>
|
||||||
|
|
||||||
|
When screencasting browser-based presentations like Google Slides, you usually want to hide the browser UI, which requires making the browser fullscreen.
|
||||||
|
This is not always convenient, for example if you have an ultrawide monitor, or just want to leave the browser as a smaller window, without taking up an entire monitor.
|
||||||
|
|
||||||
|
The `toggle-windowed-fullscreen` bind helps with this.
|
||||||
|
It tells the app that it went fullscreen, while in reality leaving it as a normal window that you can resize and put wherever you want.
|
||||||
|
|
||||||
|
```kdl
|
||||||
|
binds {
|
||||||
|
Mod+Ctrl+Shift+F { toggle-windowed-fullscreen; }
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Keep in mind that not all apps react to fullscreening, so it may sometimes look as if the bind did nothing.
|
||||||
|
|
||||||
|
Here's an example showing a windowed-fullscreen Google Slides [presentation](https://youtu.be/Kmz8ODolnDg), along with the presenter view and a meeting app:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
[OBS]: https://obsproject.com/
|
[OBS]: https://obsproject.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user