From 4877e8cf4ff331dbe125e4007ada4be624384822 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 14 Sep 2015 20:44:36 +0200 Subject: Use topic names in layouts --- xmonad.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 54ec5a8..b64cd36 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -528,9 +528,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 -- cgit v1.2.3