From 61c63e4004fb5a47471ffa905dab6dbdcdead45b Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Fri, 26 Jul 2024 09:46:58 +0700 Subject: [PATCH] fix: Some pygame-based game(s) still doesn't support Wayland natively --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 08bb9bf..0313ee6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -171,7 +171,7 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow env = GDK_BACKEND,wayland,x11 -env = SDL_VIDEODRIVER,wayland +env = SDL_VIDEODRIVER,wayland,x11 env = CLUTTER_BACKEND,wayland env = MOZ_ENABLE_WAYLAND,1 env = MOZ_DISABLE_RDD_SANDBOX,1