diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-02-03T05·30+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-02-03T05·30+0800 |
commit | 2d42fee327f92b01444718cfc83ce5f00716fa33 (patch) | |
tree | 90074501f43a1c61b0f88508c5ecdcff50b09981 /exwm.el | |
parent | 0db666b4fbbf0ce4446e5e5205fa70822cd93fd6 (diff) | |
parent | d8281abca4bc5182040a7866560a1806c59176d4 (diff) |
Merge branch 'feat/virtual-root'
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/exwm.el b/exwm.el index 719ec8957895..02d4d9cbe26d 100644 --- a/exwm.el +++ b/exwm.el @@ -501,8 +501,7 @@ (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) + (setq use-dialog-box nil) ;; Initialize ICCCM/EWMH support ;; (xcb:icccm:init exwm--connection) (xcb:ewmh:init exwm--connection) @@ -511,9 +510,9 @@ (exwm-layout--init) (exwm-floating--init) (exwm-manage--init) + (exwm-workspace--init) (exwm-input--init) (exwm--unlock) - (exwm-workspace--init) ;; Manage existing windows (exwm-manage--scan) (run-hooks 'exwm-init-hook))))) |