summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-09-14 20:46:47 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2015-09-14 20:46:47 +0200
commit9c668d66528dedc96f8a950c16e1f68b051a8840 (patch)
tree5bafc78e9febc0a7cc511574979441d40dd3ae26
parent4978a76a8f34b87b4ecb32eed80709acd0e17ce6 (diff)
parent4877e8cf4ff331dbe125e4007ada4be624384822 (diff)
downloadxmonad-config-9c668d66528dedc96f8a950c16e1f68b051a8840.tar.gz
xmonad-config-9c668d66528dedc96f8a950c16e1f68b051a8840.tar.xz
xmonad-config-9c668d66528dedc96f8a950c16e1f68b051a8840.zip
Merge branch 'master' of ssh://git.animux.de/xmonad-config
* 'master' of ssh://git.animux.de/xmonad-config: Use topic names in layouts
-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