about summary refs log tree commit diff
path: root/exwm.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2015-11-02T03·19+0800
committerChris Feng <chris.w.feng@gmail.com>2015-11-02T03·19+0800
commit7ee6d48a358b6d00cba77ad934dc431bbdd833c8 (patch)
treeb2e75a1fdd3b79564b66207a53ba66a82a3fe8c6 /exwm.el
parent9ee1c9bb175b164c7146cdf51ab91642d08a3ed9 (diff)
Disable some incompatible features
* exwm.el (exwm-init):
  exwm-config.el (exwm-config-misc):
  Disable dialog boxes and hourglass pointer by default.
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)