EXWM: Don't display conky|dzen shell buffer in the lister

master
Pierre Neidhardt 2019-04-08 10:41:32 +02:00
parent 9b11eceee2
commit dee5d97a68
1 changed files with 1 additions and 0 deletions

1
.exwm
View File

@ -4,6 +4,7 @@
(let ((win (shell-command "conky 2>/dev/null | dzen2 -p -dock -ta l -fn \"DejaVu Sans Mono\" &")))
;; Don't pop the output buffer.
(with-current-buffer (window-buffer win)
(fundamental-mode) ; So that we don't display it in the shell lister.
(rename-buffer " *Async conky|dzen*"))
(delete-window win))
(exwm-enable)