diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-18T22·19+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-18T22·19+0100 |
commit | dd9d8af25b0821985eba38ba87533fe4f43e5123 (patch) | |
tree | ded8bed8dd1502e637060f455951ff13b74638db /init/nixos.el | |
parent | 06cf685a88df067bd5812f06f1a60da9ed63e21a (diff) |
feat(nixos): Make helm "dmenu alternatives" work similar to i3
Diffstat (limited to 'init/nixos.el')
-rw-r--r-- | init/nixos.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/nixos.el b/init/nixos.el index 1c874dacdc26..537fae4ed4e8 100644 --- a/init/nixos.el +++ b/init/nixos.el @@ -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) |