From 0cbeaf84f3cf647be7db9533b311d168c38ce06f Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 15 Aug 2025 19:55:28 -0400 Subject: [PATCH] Remove explicit_sync settings which were removed in Hyprland v0.50.0 --- README.org | 2 -- hyprland.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.org b/README.org index 898cfe0..5d5e84f 100644 --- a/README.org +++ b/README.org @@ -712,8 +712,6 @@ opengl { #+BEGIN_SRC conf :tangle hyprland.conf render { - explicit_sync = 2 - explicit_sync_kms = 2 direct_scanout = 2 expand_undersized_textures = true xp_mode = false diff --git a/hyprland.conf b/hyprland.conf index 4a27d1d..5154e99 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -280,8 +280,6 @@ opengl { } render { - explicit_sync = 2 - explicit_sync_kms = 2 direct_scanout = 2 expand_undersized_textures = true xp_mode = false