From c54b15d8563424a1f8760bb187e175cba6ba9fee Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 2 May 2021 01:09:48 +0100 Subject: vanilla other-window plus transpose function --- exwm.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'exwm.org') diff --git a/exwm.org b/exwm.org index db82272..00379f3 100644 --- a/exwm.org +++ b/exwm.org @@ -497,6 +497,7 @@ (define-key exwm-mode-map [?\s-w] #'jao-hydra-exwm/body) (define-key exwm-mode-map (kbd "C-c o") #'jao-exwm-pdf-goto-org) (define-key exwm-mode-map (kbd "C-c O") #'jao-exwm-pdf-goto-org*) + (define-key exwm-mode-map (kbd "M-o") #'other-window) (setq exwm-input-global-keys @@ -512,8 +513,8 @@ ([?\s-e] . jao-exwm-firefox-1) ([?\s-t] . jao-vterm-here-toggle) ([?\s-n] . jao-hydra-ednc/body) - ([?\s-O] . switch-window-then-swap-buffer) - ([?\s-o] . switch-window) + ([?\s-O] . jao-transpose-windows) + ([?\s-o] . other-window) ([?\s-r] . app-launcher-run-app) ([?\s-x] . jao-hydra-exwm-misc/body) ([?\s-z] . jao-hydra-sleep/body) -- cgit v1.2.3