summaryrefslogtreecommitdiffstats
path: root/src/XMonad/Local/Actions.hs
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2016-06-25 21:15:22 +0200
committerMichal Minar <miminar@redhat.com>2016-06-25 21:15:22 +0200
commit515282378a35c6b19ed9add668c4b59733883683 (patch)
tree4548576b0e162292bba896d00ed3f9790e2d816f /src/XMonad/Local/Actions.hs
parent31a2490bd2438a5f9d605c9744d40bc6896b3265 (diff)
downloadxminad-515282378a35c6b19ed9add668c4b59733883683.tar.gz
xminad-515282378a35c6b19ed9add668c4b59733883683.tar.xz
xminad-515282378a35c6b19ed9add668c4b59733883683.zip
Added "drive" topic space
Signed-off-by: Michal Minar <miminar@redhat.com>
Diffstat (limited to 'src/XMonad/Local/Actions.hs')
-rw-r--r--src/XMonad/Local/Actions.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Local/Actions.hs b/src/XMonad/Local/Actions.hs
index 5b8c86f..2688341 100644
--- a/src/XMonad/Local/Actions.hs
+++ b/src/XMonad/Local/Actions.hs
@@ -23,7 +23,7 @@ spawnExplorer = do
spawnExplorerIn pth
spawnExplorerIn :: String -> X ()
-spawnExplorerIn dir = spawnShellIn dir (Just Local.explorer)
+spawnExplorerIn dir = spawn $ Local.explorer ++ " --no-desktop --browser " ++ dir
spawnShell :: Maybe String -> X()
spawnShell = spawnShellIn ""