We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afbbc04 + 407dd3c commit 9e1ee63Copy full SHA for 9e1ee63
frontends/sdl2/main.lisp
@@ -209,6 +209,9 @@
209
(if (lem:config :darwin-use-native-fullscreen) 1 0))
210
;; sdl2 should not install any signal handlers, since the lisp runtime already does so
211
(sdl2:set-hint :no-signal-handlers 1)
212
+ ;; sdl2 should not disable the kwin compositor, since lem editor is not a game, and disable it will not bring noticeale performance improvement.
213
+ (sdl2:set-hint :video-x11-net-wm-bypass-compositor 0)
214
+
215
(tmt:with-body-in-main-thread ()
216
(sdl2:make-this-thread-main (lambda ()
217
(handler-bind
0 commit comments