summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 77a3462..3a8ed66 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -529,9 +529,9 @@ myLayout =
$ Mag.magnifierOff
$ trackFloating
- $ onWorkspace "2:mail" layoutsTabbed
- $ onWorkspace "4:im" (imgrid ||| imtab ||| immosaic)
- $ onWorkspace "5:code" layoutsTabbed
+ $ onWorkspace "mail" layoutsTabbed
+ $ onWorkspace "im" (imgrid ||| imtab ||| immosaic)
+ $ onWorkspace "emacs" layoutsTabbed
$ onWorkspace "video" (noBorders myTabbed)
$ onWorkspace "gimp" gimp
$ layouts