Super-p to run commands without dumping output to a buffer.
Super-Shift-P calls counsel-linux-app
which will let me launch an application with an icon in my start menu,
long desired.
'display-buffer-alist
(add-to-list " *async command*")
`(,(rx bos
(display-buffer-no-window)))
defun background-shell-command (command)
(list (read-shell-command "Run: $ ")))
(interactive (" *async command*")))
(async-shell-command command (generate-new-buffer
"s-p") #'background-shell-command)
(exwm-input-set-key (kbd "s-p") #'background-shell-command) (global-set-key (kbd