From 1d4a336b4e2672aa58a897b60ed6552eaf17b97d Mon Sep 17 00:00:00 2001 From: caem Date: Mon, 19 Aug 2024 22:02:54 +0200 Subject: [PATCH] hyprland: Disable explicit sync --- home/packages/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/packages/hyprland.nix b/home/packages/hyprland.nix index 3f85aee..d5e96ff 100644 --- a/home/packages/hyprland.nix +++ b/home/packages/hyprland.nix @@ -33,6 +33,10 @@ no_hardware_cursors = true; }; + render = { + explicit_sync = 0; + }; + input = { kb_layout = "gb:intl"; follow_mouse = 1;