From 9ff35d5c60e7343fe096cd0991303ece285d68b7 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Mon, 31 Aug 2015 08:28:29 +0200 Subject: Renamed `workspace` to `wsp` Signed-off-by: Michal Minar --- src/XMonad/Local/TopicSpace.hs | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/XMonad/Local/TopicSpace.hs b/src/XMonad/Local/TopicSpace.hs index 7b25143..67b2544 100644 --- a/src/XMonad/Local/TopicSpace.hs +++ b/src/XMonad/Local/TopicSpace.hs @@ -14,30 +14,30 @@ import XMonad.Local.Actions topicDirs :: M.Map WorkspaceId String topicDirs = M.fromList $ [ ("dashboard" , "~") - , ("xmonad" , "~/my/private/xminad") + , ("xmonad" , "~/wsp/my/xminad") , ("video" , "~/Documents/movies") , ("docs" , "~/Documents/doc") , ("pdf" , "~/Documents") , ("graphics" , "~") , ("gimp" , "~") - , ("eclipse" , "~/my") - , ("yawn" , "~/my/rh/pywbem-yawn") - , ("openlmi" , "~/my/rh/openlmi-providers") + , ("eclipse" , "~/workspace") + , ("yawn" , "~/wsp/rh/pywbem-yawn") + , ("openlmi" , "~/wsp/rh/openlmi-providers") , ("cim" , "/usr/share/mof/cim-current") - , ("hwdata" , "~/my/rh/hwdata") + , ("hwdata" , "~/wsp/rh/hwdata") , ("hdparm" , "~/fedora-scm/hdparm") - , ("providers" , "~/my/rh/openlmi-providers") - , ("scripts" , "~/my/rh/openlmi-scripts") - , ("tools" , "~/my/rh/openlmi-tools") + , ("providers" , "~/wsp/rh/openlmi-providers") + , ("scripts" , "~/wsp/rh/openlmi-scripts") + , ("tools" , "~/wsp/rh/openlmi-tools") , ("rhel" , "~/rhel-scm") , ("fedora" , "~/fedora-scm") - , ("docker" , "~/my/rh/docker") - , ("distribution", "~/my/rh/distribution") - , ("ae" , "~/my/rh/atomic-enterprise") - , ("aet" , "~/my/rh/atomic-enterprise-training") - , ("aea" , "~/my/rh/atomic-enterprise-ansible") - , ("aes" , "~/my/rh/ae-scripts") - , ("openshift" , "~/my/rh/openshift-origin") + , ("docker" , "~/wsp/rh/docker") + , ("distribution", "~/wsp/rh/distribution") + , ("ae" , "~/wsp/rh/atomic-enterprise") + , ("aet" , "~/wsp/rh/atomic-enterprise-training") + , ("aea" , "~/wsp/rh/atomic-enterprise-ansible") + , ("aes" , "~/wsp/rh/ae-scripts") + , ("openshift" , "~/wsp/rh/openshift-origin") ] ++ map (\w -> (w, "~")) [ "music", "p2p", "gimp", "graphics" , "web", "remote", "earth", "bank", "admin", "ebook" @@ -78,15 +78,15 @@ topicConfig = TS.defaultTopicConfig spawnShellIn "~/fedora-scm/hdparm" Nothing >> spawnShellIn "~/rhel-scm/hdparm" Nothing) , ("docker", - spawnShellIn "~/my/go/docker" (Just "bash --rcfile .bashrc") >> - spawnShellIn "~/my/go/docker" (Just "bash --rcfile .bashrc") >> - spawnShellIn "~/my/go/docker" (Just "bash --rcfile .bashrc")) + spawnShellIn "~/wsp/go/docker" (Just "bash --rcfile .bashrc") >> + spawnShellIn "~/wsp/go/docker" (Just "bash --rcfile .bashrc") >> + spawnShellIn "~/wsp/go/docker" (Just "bash --rcfile .bashrc")) , ("openshift", - spawnShellIn "~/my/go/openshift" (Just "bash --rcfile .bashrc") >> - spawnShellIn "~/my/go/openshift" (Just "bash --rcfile .bashrc") >> - spawnShellIn "~/my/go/openshift" (Just "bash --rcfile .bashrc")) + spawnShellIn "~/wsp/go/openshift" (Just "bash --rcfile .bashrc") >> + spawnShellIn "~/wsp/go/openshift" (Just "bash --rcfile .bashrc") >> + spawnShellIn "~/wsp/go/openshift" (Just "bash --rcfile .bashrc")) , ("distribution", spawnShell Nothing >> spawnShell Nothing >> - spawnShellIn "~/my/go/distribution" (Just "bash --rcfile .bashrc")) + spawnShellIn "~/wsp/go/distribution" (Just "bash --rcfile .bashrc")) , ("scripts", spawnShell Nothing >> spawnShell Nothing) , ("ciV", spawn "launch-ciV.sh -m -b") , ("scrum", spawn "firefox https://bluejeans.com/3046463974/") -- cgit