From ae482bccfedbfc6a7ed976d692342453fdad5cd2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 23 Oct 2012 00:23:25 +0200 Subject: .emacs.d/site-lisp/wm-init.el --- .emacs.d/site-lisp/wm-init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/site-lisp/wm-init.el b/.emacs.d/site-lisp/wm-init.el index acfd078..1ff0501 100644 --- a/.emacs.d/site-lisp/wm-init.el +++ b/.emacs.d/site-lisp/wm-init.el @@ -1,3 +1,3 @@ -(async-shell-command "herbstluftwm") -(async-shell-command "dunst") -(async-shell-command "xbindkeys -n") +(async-shell-command "herbstluftwm" " herbstluftwm") +(async-shell-command "dunst" " dunst") +(async-shell-command "xbindkeys -n" " xbindkeys") -- cgit v1.2.3-54-g00ecf