feat(nixos): Make helm "dmenu alternatives" work similar to i3

This commit is contained in:
Vincent Ambo 2017-11-18 23:19:30 +01:00
parent 06cf685a88
commit dd9d8af25b

View file

@ -59,7 +59,8 @@
(exwm-workspace-switch-create ,i))))
;; Launch applications with completion (dmenu style!)
(exwm-input-set-key (kbd "s-p") #'helm-run-external-command)
(exwm-input-set-key (kbd "s-d") #'helm-run-external-command)
(exwm-input-set-key (kbd "s-p") #'helm-pass)
;; Toggle between line-mode / char-mode
(exwm-input-set-key (kbd "C-c C-t C-t") #'exwm-input-toggle-keyboard)