diff options
Diffstat (limited to 'users/tazjin/emacs/config/desktop.el')
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 393e703e477f..7b3a5d4c4be6 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -256,6 +256,11 @@ (exwm-input-set-key (kbd "s-m b") #'randr-frog-layout-both) (exwm-input-set-key (kbd "s-m r") #'randr-frog-layout-right-only))) +;; Notmuch shortcuts as EXWM globals +;; (g m => gmail) +(exwm-input-set-key (kbd "s-g m") #'notmuch) +(exwm-input-set-key (kbd "s-g M") #'counsel-notmuch) + (exwm-randr-enable) ;; Let buffers move seamlessly between workspaces by making them |