diff options
Diffstat (limited to 'tools/emacs/config/desktop.el')
-rw-r--r-- | tools/emacs/config/desktop.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el index d923ab584c75..05402f68bcff 100644 --- a/tools/emacs/config/desktop.el +++ b/tools/emacs/config/desktop.el @@ -210,4 +210,7 @@ (exwm-input-set-key (kbd "s-m h") #'randr-layout-hdmi1-extend) (exwm-input-set-key (kbd "s-m s") #'randr-layout-single) +;; Use edwina for window management shortcuts +(edwina-mode 1) + (provide 'desktop) |