summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-exwm.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-11-01 23:53:12 +0000
committerjao <jao@gnu.org>2022-11-01 23:53:12 +0000
commit29bc6d75e6254509e59593c3ebf07ddb73f2e3d6 (patch)
tree03899868afc039aaad95b6e20147eb76d6490c96 /custom/jao-custom-exwm.el
parent56a2e3326322c9c464519087c217e8c18539d1bf (diff)
downloadelibs-29bc6d75e6254509e59593c3ebf07ddb73f2e3d6.tar.gz
elibs-29bc6d75e6254509e59593c3ebf07ddb73f2e3d6.tar.bz2
exwm nit
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)