summaryrefslogtreecommitdiffstats
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 2893d9e..c6991ac 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -71,7 +71,7 @@ term :: String
term = "urxvt"
browser :: String
-browser = "viewurl-opera.sh"
+browser = "browser"
myWorkspaces :: [String]
myWorkspaces = ["1:web", "2:mail" ,"3:irc", "4:im", "5:code"] ++ map show [6 .. 9 :: Int] ++ ["0", "video", "music"]