[exwm] add bindings for general hydra

This commit is contained in:
contrapunctus 2021-07-31 00:20:39 +05:30
parent f705206452
commit 9322272b54
1 changed files with 5 additions and 1 deletions

View File

@ -89,14 +89,18 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
([?\C-2] . select-window-2)
([?\C-3] . select-window-3)
([?\C-4] . select-window-4)
([?\s-q] . delete-other-windows)
([?\s-j] . split-window-below)
([?\s-k] . split-window-right)
([?\s-x] . ido-mini)
([?\s-o] . contrapunctus-general-hydra/body)
([?\s-m] . delete-other-windows)
([?\s-w] . split-window-below)
([?\s-v] . split-window-right)
([?\s-b] . ido-mini)))
([?\s-b] . ido-mini)
([?\s-n] . contrapunctus-general-hydra/body)))
(add-hook 'exwm-update-title-hook
(lambda ()
(exwm-workspace-rename-buffer exwm-title)))