From 02c3c7950c6601c24d833d3034fc300a75a886c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 30 Jul 2024 20:46:14 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20disable=20?= =?UTF-8?q?tearing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/env.conf | 2 +- .config/hypr/configs/misc.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/configs/env.conf b/.config/hypr/configs/env.conf index 5bd84ef9..0f4954a1 100644 --- a/.config/hypr/configs/env.conf +++ b/.config/hypr/configs/env.conf @@ -9,7 +9,7 @@ env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1 env = QT_AUTO_SCREEN_SCALE_FACTOR, 1 # Tearing -env = WLR_DRM_NO_ATOMIC, 1 +env = WLR_DRM_NO_ATOMIC, 0 # Themes env = GTK_THEME, catppuccin-macchiato-lavender-standard+default diff --git a/.config/hypr/configs/misc.conf b/.config/hypr/configs/misc.conf index f4ad1c54..b36fcd0b 100644 --- a/.config/hypr/configs/misc.conf +++ b/.config/hypr/configs/misc.conf @@ -1,5 +1,5 @@ general { - allow_tearing = true + allow_tearing = false } misc {