From 015a37cf69305818d034c50fffbf39dd8e20af46 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sat, 14 Feb 2026 22:42:37 +0100 Subject: [PATCH] hyprland crash correction. core dumps during page_swap in video play, modified the following settings to try to alleviate: - reverted video to 60Hz - added a env var AQ_NO_MODIFIERS --- .config/hypr/hyprland.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c664b9c..51b622f 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,9 +4,7 @@ # # See https://wiki.hyprland.org/Configuring/Monitors/ -#monitor=eDP-1,1920x1080@120, 0x0, 1 -monitor=HDMI-A-1,2560x1440@74.78, 1920x0, 1 -#monitor=DP-1,2560x1440@60,1920x0, 1 +monitor=HDMI-A-1,2560x1440@60, 0x0, 1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -14,12 +12,15 @@ monitor=HDMI-A-1,2560x1440@74.78, 1920x0, 1 # Execute your favorite apps at launch debug { - disable_logs=false + disable_logs = false + #gl_debugging = true } # Source a file (multi-file configs) #source = ~/.config/hypr/myColors.conf +env = AQ_NO_MODIFIERS,1 + # Some default env vars. env = XCURSOR_SIZE,48