summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-06 13:50:50 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-06 13:51:15 -0400
commitf53e480be2490ccecf29e07fe1fec16bdfd2987e (patch)
tree3c6f677646bacbf68bd8f821c0d14b16e1466526
parent305e08d65aab8b56783d8190f041cfc219b9cc6f (diff)
downloadconfigs-f53e480be2490ccecf29e07fe1fec16bdfd2987e.tar.gz
configs-f53e480be2490ccecf29e07fe1fec16bdfd2987e.tar.xz
configs-f53e480be2490ccecf29e07fe1fec16bdfd2987e.zip
emacs: better simulation keys for abrowser, fix s-N bindings
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index f7afe3c..eb0606a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -582,7 +582,7 @@ For disabling the behaviour for certain buffers and/or modes."
(use-feature exwm-input
:demand
- :after exwm
+ :after exwm-workspace
:config
(defun b/exwm-ws-prev-index ()
"Return the index for the previous EXWM workspace, wrapping
@@ -725,8 +725,8 @@ around if needed."
(exwm-input-set-local-simulation-keys
`(,@exwm-input-simulation-keys
([?\C-\S-d] . [?\C-d])
- ([?\C-\S-w] . [?\C-w])
- ([?\C-\S-q] . [?\C-q])))))))))
+ ([?\C-q] . [?\C-w])
+ ([?\s-q] . [?\C-q])))))))))
(use-feature exwm-randr
:demand