fix(nixos): Disable the rather unstable EXWM compositor

This commit is contained in:
Vincent Ambo 2017-11-20 14:19:18 +01:00
parent a9866504ea
commit 75fc7a0cc1

View file

@ -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)