about summary refs log tree commit diff
path: root/src/XMonad/Custom/Projects.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Projects.hs')
-rw-r--r--src/XMonad/Custom/Projects.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Custom/Projects.hs b/src/XMonad/Custom/Projects.hs
index 44370aa..b4b47b5 100644
--- a/src/XMonad/Custom/Projects.hs
+++ b/src/XMonad/Custom/Projects.hs
@@ -27,7 +27,7 @@ projects =
 
     , Project { projectName      = "Emacs"
               , projectDirectory = "~/"
-              , projectStartHook = Just $ spawnOn "Emacs" "/usr/bin/emacsclient"
+              , projectStartHook = Just $ spawnOn "Emacs" "emacsclient"
               }
 
     , Project { projectName      = "WWW"

Consider giving Nix/NixOS a try! <3