about summary refs log tree commit diff
path: root/exwm.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm.el')
-rw-r--r--exwm.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/exwm.el b/exwm.el
index ba71e32ab6..fb4e47040b 100644
--- a/exwm.el
+++ b/exwm.el
@@ -500,6 +500,9 @@
           (progn (xcb:disconnect exwm--connection)
                  (setq exwm--connection nil)
                  (exwm--log "Other window manager detected"))
+        ;; Disable some features not working well with EXWM
+        (setq use-dialog-box nil
+              display-hourglass nil)
         ;; Initialize ICCCM/EWMH support
         ;; (xcb:icccm:init exwm--connection)
         (xcb:ewmh:init exwm--connection)