about summary refs log tree commit diff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/nixos.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init/nixos.el b/init/nixos.el
index a8d02652a26b..20f2e6937eec 100644
--- a/init/nixos.el
+++ b/init/nixos.el
@@ -15,6 +15,7 @@
       (message "Running on NixOS, configuring ExWM.")
       (require 'exwm)
       (require 'exwm-config)
+      (require 'exwm-cm)
 
       (fringe-mode 3)
 
@@ -49,4 +50,8 @@
       ;; Enable EXWM
       (exwm-enable)
 
+      ;; Configure compositor
+      (setq exwm-cm-opacity 95)
+      (exwm-cm-enable)))
+
 (provide 'nixos)