diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2015-11-02T03·19+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2015-11-02T03·19+0800 |
commit | 7ee6d48a358b6d00cba77ad934dc431bbdd833c8 (patch) | |
tree | b2e75a1fdd3b79564b66207a53ba66a82a3fe8c6 /exwm.el | |
parent | 9ee1c9bb175b164c7146cdf51ab91642d08a3ed9 (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.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) |