From 10e650f70da29e73015736a605d267295de129cc Mon Sep 17 00:00:00 2001 From: crgimenes Date: Sat, 6 Apr 2024 11:57:55 -0300 Subject: [PATCH] Reenable and --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 0035e69..9c50389 100644 --- a/main.go +++ b/main.go @@ -300,8 +300,8 @@ func main() { InitUnfocused: true, ScreenTransparent: true, SkipTaskbar: true, - //X11ClassName: "Neko", // Temporary disabled due to a bug in Ebiten - //X11InstanceName: "Neko", + X11ClassName: "Neko", + X11InstanceName: "Neko", }) if err != nil { log.Fatal(err)