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
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
#monitor=eDP-1,1920x1080@120, 0x0, 1
|
monitor=HDMI-A-1,2560x1440@60, 0x0, 1
|
||||||
monitor=HDMI-A-1,2560x1440@74.78, 1920x0, 1
|
|
||||||
#monitor=DP-1,2560x1440@60,1920x0, 1
|
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# 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
|
# Execute your favorite apps at launch
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
disable_logs=false
|
disable_logs = false
|
||||||
|
#gl_debugging = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
#source = ~/.config/hypr/myColors.conf
|
#source = ~/.config/hypr/myColors.conf
|
||||||
|
|
||||||
|
env = AQ_NO_MODIFIERS,1
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,48
|
env = XCURSOR_SIZE,48
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user