mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
opt: syncobj_enable default to 1
This commit is contained in:
parent
6d535e2c19
commit
902806e167
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ description: Advanced settings for XWayland, focus behavior, and system integrat
|
||||||
| Setting | Default | Description |
|
| Setting | Default | Description |
|
||||||
| :--- | :--- | :--- |
|
| :--- | :--- | :--- |
|
||||||
| `xwayland_persistence` | `1` | Keep XWayland running even when no X11 apps are open (reduces startup lag). |
|
| `xwayland_persistence` | `1` | Keep XWayland running even when no X11 apps are open (reduces startup lag). |
|
||||||
| `syncobj_enable` | `0` | Enable `drm_syncobj` timeline support (helps with gaming stutter/lag). **Requires restart.** |
|
| `syncobj_enable` | `1` | Enable `drm_syncobj` timeline support (helps with gaming stutter/lag). **Requires restart.** |
|
||||||
| `allow_lock_transparent` | `0` | Allow the lock screen to be transparent. |
|
| `allow_lock_transparent` | `0` | Allow the lock screen to be transparent. |
|
||||||
| `allow_shortcuts_inhibit` | `1` | Allow shortcuts to be inhibited by clients. |
|
| `allow_shortcuts_inhibit` | `1` | Allow shortcuts to be inhibited by clients. |
|
||||||
| `vrr` | - | Set via [monitor rule](/docs/configuration/monitors#monitor-rules). |
|
| `vrr` | - | Set via [monitor rule](/docs/configuration/monitors#monitor-rules). |
|
||||||
|
|
|
||||||
|
|
@ -3687,7 +3687,7 @@ void set_value_default() {
|
||||||
config.view_current_to_back = 0;
|
config.view_current_to_back = 0;
|
||||||
config.single_scratchpad = 1;
|
config.single_scratchpad = 1;
|
||||||
config.xwayland_persistence = 1;
|
config.xwayland_persistence = 1;
|
||||||
config.syncobj_enable = 0;
|
config.syncobj_enable = 1;
|
||||||
config.tag_carousel = 0;
|
config.tag_carousel = 0;
|
||||||
config.drag_tile_refresh_interval = 8.0f;
|
config.drag_tile_refresh_interval = 8.0f;
|
||||||
config.drag_floating_refresh_interval = 8.0f;
|
config.drag_floating_refresh_interval = 8.0f;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue