summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-exwm.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-exwm.el')
-rw-r--r--custom/jao-custom-exwm.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index 0a727ad..880b26c 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -15,7 +15,9 @@
exwm-workspace-warp-cursor nil
exwm-layout-show-all-buffers t
exwm-floating-border-color
- (if (jao-colors-scheme-dark-p) "black" "grey90")))
+ (if (jao-colors-scheme-dark-p) "black" "grey90")
+ ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58245 :
+ x-no-window-manager t))
(use-package exwm-edit :ensure t)
(require 'exwm)