summaryrefslogtreecommitdiff
path: root/.xmonad/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to '.xmonad/xmonad.hs')
-rw-r--r--.xmonad/xmonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index 6fcdfe72..efee8b97 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -51,7 +51,7 @@ main = xmonad $ xfceConfig
myMod = mod4Mask
myTerm = "urxvtcd"
myEditor = "emacscd"
-myBrowser = "iceweasel"
+myBrowser = "firefox"
myWorkspaces = ["one", "two", "three", "www", "comm", "view", "tail"]
-- key bindings
@@ -98,7 +98,7 @@ myFloatClasses = [ "Gimp"
myManageHook = composeOne $
[ checkDock -?> doIgnore
, isDialog -?> doFloat
- , className =? "Iceweasel" -?> doShift "www"
+ , className =? "Firefox" -?> doShift "www"
, className =? "LibreOffice 5.0" -?> doShift "view"
, className =? "Vlc" -?> doShift "view"
, className =? "Evince" -?> doShift "view"