diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-20T13·19+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-20T13·19+0100 |
commit | 75fc7a0cc14dce0c3bbdc43d2143ff78d6ee71d8 (patch) | |
tree | 4c8b768191e7c48e5934713b8b5e4dba9368c5a2 /init | |
parent | a9866504ea3d1423912403a5cad3526621a2d76a (diff) |
fix(nixos): Disable the rather unstable EXWM compositor
Diffstat (limited to 'init')
-rw-r--r-- | init/nixos.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init/nixos.el b/init/nixos.el index 537fae4ed4e8..2fc5bc434027 100644 --- a/init/nixos.el +++ b/init/nixos.el @@ -37,7 +37,6 @@ (message "Running on NixOS, configuring ExWM.") (require 'exwm) (require 'exwm-config) - (require 'exwm-cm) (fringe-mode 3) @@ -83,10 +82,6 @@ ;; Enable EXWM (exwm-enable) - ;; Configure compositor - (setq exwm-cm-opacity 95) - (exwm-cm-enable) - ;; Show time in the mode line (display-time-mode) |