summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-11-10 21:36:52 +0000
committerjao <jao@gnu.org>2022-11-10 21:36:52 +0000
commit0ca6d5e1c8c7b6dd6b93f978dac69b1dc789c4c7 (patch)
tree4fdfa99b602701ab991156070abaabb9c07ec30d /custom
parent8ec22e708fa4496bfaec1bee15f76de5fc741667 (diff)
downloadelibs-0ca6d5e1c8c7b6dd6b93f978dac69b1dc789c4c7.tar.gz
elibs-0ca6d5e1c8c7b6dd6b93f978dac69b1dc789c4c7.tar.bz2
exwm: switch-window is in the attic these days
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-exwm.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el
index 880b26c..b6feaeb 100644
--- a/custom/jao-custom-exwm.el
+++ b/custom/jao-custom-exwm.el
@@ -4,6 +4,7 @@
;;; Load and basic config
(defvar jao-exwm--use-afio t)
+(setq jao-tracking-use-scratch 1)
(jao-load-path "exwm")
@@ -483,7 +484,7 @@
(define-key exwm-mode-map [?\s-f] #'jao-transient-float)
(define-key exwm-mode-map (kbd "C-c o") #'jao-exwm-zathura-goto-org)
(define-key exwm-mode-map (kbd "C-c O") #'jao-exwm-zathura-goto-org*)
-(define-key exwm-mode-map (kbd "M-o") #'other-window)
+(define-key exwm-mode-map (kbd "M-o") #'jao-afio-toggle)
(define-key exwm-mode-map (kbd "M-p") #'jao-prev-window)
(setq
@@ -499,8 +500,8 @@
([?\s-d] . jao-exwm-tidal*)
([?\s-e] . jao-exwm-firefox*)
([?\s-m] . jao-transient-media)
- ([?\s-O] . switch-window-then-swap-buffer)
- ([?\s-o] . switch-window)
+ ;; ([?\s-O] . switch-window-then-swap-buffer)
+ ([?\s-o] . jao-afio-toggle)
([?\s-p] . jao-prev-window)
([?\s-R] . app-launcher-run-app)
([?\s-r] . jao-transient-recoll)