diff --git a/.exwm b/.exwm index 3a2e261d..0f332485 100644 --- a/.exwm +++ b/.exwm @@ -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)