diff options
Diffstat (limited to 'init/nixos.el')
-rw-r--r-- | init/nixos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/nixos.el b/init/nixos.el index 3caeec9a5c01..4a3e4435b6db 100644 --- a/init/nixos.el +++ b/init/nixos.el @@ -66,7 +66,7 @@ ;; Launch applications with completion (dmenu style!) (exwm-input-set-key (kbd "s-d") #'helm-run-external-command) - (exwm-input-set-key (kbd "s-p") #'helm-pass) + (exwm-input-set-key (kbd "s-p") #'ivy-pass) ;; Toggle between line-mode / char-mode (exwm-input-set-key (kbd "C-c C-t C-t") #'exwm-input-toggle-keyboard) |