diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-exwm.el | 7 |
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) |