From 8eaa12e6193b6917ca9874b36fb475f790d9d2fa Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 17 Apr 2021 12:45:03 +0200 Subject: [PATCH] [Emacs] Apparently this is buggy EXWM does not work properly if this is used, instead of different workspaces EXWM will create various frames on top of each other. --- org/config/emacs.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 52ef81f..bd9bad8 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -611,8 +611,7 @@ tools. conlanging (exwm :variables exwm-enable-systray t - exwm-custom-init (lambda () - (exwm/autostart-process "autostart")) + exwm-install-logind-lock-handler t exwm-locking-command "plock") #+END_SRC