[Emacs] Well, it wasn’t gonna work without `shell-command'
This commit is contained in:
parent
dd4bd72d70
commit
b5499c4929
@ -3572,7 +3572,8 @@ mode), with the exception of ~s-RET~ which opens an eshell terminal.
|
|||||||
(shell-command "rofi -show drun" (current-buffer) (current-buffer))))
|
(shell-command "rofi -show drun" (current-buffer) (current-buffer))))
|
||||||
:wk "drun")
|
:wk "drun")
|
||||||
"rw" '((lambda () (interactive)
|
"rw" '((lambda () (interactive)
|
||||||
(with-temp-buffer "rofi -show window" (current-buffer) (current-buffer)))
|
(with-temp-buffer
|
||||||
|
(shell-command "rofi -show window" (current-buffer) (current-buffer))))
|
||||||
:wk "windows")
|
:wk "windows")
|
||||||
"R" '(:ignore t :wk "restart")
|
"R" '(:ignore t :wk "restart")
|
||||||
"Rr" #'exwm-reset
|
"Rr" #'exwm-reset
|
||||||
|
Loading…
Reference in New Issue
Block a user