hyprland: force explicit sync
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
09fcf7bb42
commit
7365f58883
1 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,12 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://wiki.hyprland.org/Configuring/Variables/#render
|
||||||
|
render = {
|
||||||
|
explicit_sync = 1;
|
||||||
|
explicit_sync_kms = 1;
|
||||||
|
};
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#cursor
|
# https://wiki.hyprland.org/Configuring/Variables/#cursor
|
||||||
cursor = {
|
cursor = {
|
||||||
hide_on_key_press = true;
|
hide_on_key_press = true;
|
||||||
|
|
Loading…
Reference in a new issue