fullscreenadaptivesync: update

- Updated to current main
This commit is contained in:
julmajustus
2026-09-20 03:30:30 +03:00
parent d5bbf841c2
commit 77bc50859c
2 changed files with 26 additions and 29 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
### Description
# fullscreenadaptivesync Enables adaptive sync/VRR when a client is fullscreen.
# fullscreenadaptivesync - Enables adaptive sync/VRR when a client is fullscreen.
Adds a function that automatically enables adaptive sync/VRR when a fullscreen client is detected, and disables it once the client exits fullscreen.
---
1. **Why**
@@ -18,13 +18,13 @@ Adds a function that automatically enables adaptive sync/VRR when a fullscreen c
- When the client exits fullscreen, adaptive sync is disabled again.
4. **togglefullscreenadaptivesync**
- Adds a switch to enable or disable the fullscreenadaptivesync behavior.
- Adds a switch to enable or disable the fullscreenadaptivesync behavior.
- Enabled by default.
### Download
- [git branch](https://codeberg.org/julmajustus/dwl/src/branch/fullscreenadaptivesync-wlroots-next)
- [0.8](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/fullscreenadaptivesync/fullscreenadaptivesync-v0.8.patch)
- [wlroots-next-d41ecb7](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/fullscreenadaptivesync/fullscreenadaptivesync-wlroots-next-d41ecb7.patch)
- [git branch](https://codeberg.org/julmajustus/dwl/src/branch/fullscreenadaptivesync-0.9)
- [0.8](./fullscreenadaptivesync-v0.8.patch)
- [main-d16036e](./fullscreenadaptivesync-d16036e.patch)
### Authors
- [julmajustus](https://codeberg.org/julmajustus)