From 5b0253a6e4909a548048736cc30fb8344ef9eee5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 17 Sep 2024 21:48:47 -0700 Subject: modules: enable gaming --- modules/variables/wayland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/variables') diff --git a/modules/variables/wayland.nix b/modules/variables/wayland.nix index c1a51d9..ee21d52 100644 --- a/modules/variables/wayland.nix +++ b/modules/variables/wayland.nix @@ -3,7 +3,7 @@ GDK_BACKEND = "wayland,x11,*"; SDL_VIDEODRIVER = "wayland"; CLUTTER_BACKEND = "wayland"; - XWAYLAND_NO_GLAMOR = "1"; # Gamescope + XWAYLAND_NO_GLAMOR = "0"; # Gamescope ANKI_WAYLAND = "1"; XDG_SESSION_TYPE = "wayland"; }; -- cgit v1.2.3