feat(functions): Add ivy-run-external-command
Adds an ivy-based function akin to Helm's helm-run-external-command, but without all the things I don't need/want.
This commit is contained in:
parent
72a33b9156
commit
456f692b88
2 changed files with 37 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
(exwm-workspace-switch-create ,i))))
|
||||
|
||||
;; Launch applications with completion (dmenu style!)
|
||||
(exwm-input-set-key (kbd "s-d") #'helm-run-external-command)
|
||||
(exwm-input-set-key (kbd "s-d") #'ivy-run-external-command)
|
||||
(exwm-input-set-key (kbd "s-p") #'ivy-pass)
|
||||
|
||||
;; Toggle between line-mode / char-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue