diff options
author | John Ankarström <john@ankarstrom.se> | 2021-10-21 00:31:29 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-10-21 00:31:29 +0200 |
commit | fe2a61ba8c6ded6fb0c26fbe8c7908814ad3b809 (patch) | |
tree | e09eb4b93bfe9f5087f97954ba8f5ef4be23a73d | |
parent | d0960305e0606817ce620c3dee240e668521388b (diff) | |
download | ebsd-fe2a61ba8c6ded6fb0c26fbe8c7908814ad3b809.tar.gz |
EXWM: Enable focus follows mouse
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6405bf1..b3a83c6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -359,6 +359,7 @@ the only window in the frame." ((java-mode . "java") (awk-mode . "awk") (other . "bsd")))) + '(focus-follows-mouse t) '(helm-always-two-windows t) '(mouse-autoselect-window t) '(org-support-shift-select t) |