⚙️ config(hypr): disable tearing

This commit is contained in:
Sergio Laín 2024-07-30 20:46:14 +02:00
parent 387ca1846e
commit 02c3c7950c
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
general {
allow_tearing = true
allow_tearing = false
}
misc {