summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-exwm.el2
-rw-r--r--init.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index d4f14b7..d90eeda 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -159,7 +159,7 @@
(add-variable-watcher 'exwm-systemtray--list #'jao-exwm--watch-tray)
-;;Switch to buffer / app
+;; Switch to buffer / app
(defvar-local jao-exwm--name nil)
(defvar jao-exwm--current-name nil)
diff --git a/init.el b/init.el
index e2a921d..32ecb4b 100644
--- a/init.el
+++ b/init.el
@@ -440,6 +440,7 @@
jao-minibuffer-inactive-buffer-line-color "grey25")
(setq jao-minibuffer-active-buffer-line-color "burlywood3"
jao-minibuffer-inactive-buffer-line-color "grey65"))
+ (setq jao-minibuffer-adaptive-alignment nil)
:commands (jao-minibuffer-add-variable
jao-minibuffer-refresh
jao-minibuffer-mode))