about summary refs log tree commit diff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/nixos.el3
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)