diff options
-rw-r--r-- | xmonad.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |