fix(nixos): Disable the rather unstable EXWM compositor
This commit is contained in:
parent
a9866504ea
commit
75fc7a0cc1
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue