[exwm] place less-used commands on keys farther from Super

This commit is contained in:
contrapunctus 2021-08-04 14:28:27 +05:30
parent c730d2e1fa
commit 5f601c504c
1 changed files with 14 additions and 6 deletions

View File

@ -93,16 +93,24 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
([?\C-4] . select-window-4)
([?\C-\\] . toggle-input-method)
([?\s-q] . delete-other-windows)
([?\s-j] . split-window-below)
([?\s-k] . split-window-right)
([?\s-x] . contrapunctus-general-hydra/body)
([?\s-e] . ido-mini)
([?\s-u] . exwm-input-toggle-keyboard)
([?\s-o] . delete-other-windows)
([?\s-e] . split-window-below)
([?\s-u] . split-window-right)
([?\s-q] . exwm-input-toggle-keyboard)
([?\s-j] . contrapunctus-general-hydra/body)
([?\s-k] . ido-mini)
([?\s-h] . delete-other-windows)
([?\s-t] . split-window-below)
([?\s-n] . split-window-right)
([?\s-m] . contrapunctus-general-hydra/body)
([?\s-w] . ido-mini)
([?\s-v] . exwm-input-toggle-keyboard)))
#+END_SRC
Use window title for buffer names.
#+BEGIN_SRC emacs-lisp
(add-hook 'exwm-update-title-hook
(lambda ()
(exwm-workspace-rename-buffer exwm-title)))