[exwm] change keys for ido-mini and exwm-input-toggle-keyboard

This commit is contained in:
contrapunctus 2021-08-01 23:47:30 +05:30
parent f09426d0db
commit fb234ed7ee
1 changed files with 5 additions and 8 deletions

View File

@ -93,15 +93,12 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
([?\s-j] . split-window-below)
([?\s-k] . split-window-right)
([?\s-x] . contrapunctus-general-hydra/body)
([?\s-o] . ido-mini)
([?\s-e] . exwm-input-toggle-keyboard)
([?\s-m] . delete-other-windows)
([?\s-e] . ido-mini)
([?\s-u] . exwm-input-toggle-keyboard)
([?\s-w] . split-window-below)
([?\s-v] . split-window-right)
([?\s-b] . contrapunctus-general-hydra/body)
([?\s-n] . ido-mini)
([?\s-t] . exwm-input-toggle-keyboard)))
([?\s-m] . contrapunctus-general-hydra/body)
([?\s-w] . ido-mini)
([?\s-v] . exwm-input-toggle-keyboard)))
(add-hook 'exwm-update-title-hook
(lambda ()
(exwm-workspace-rename-buffer exwm-title)))