diff options
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exwm.el b/exwm.el index ba71e32ab6e4..fb4e47040bb9 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) |