diff options
-rw-r--r-- | XMonad/Layout/Tabbed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Tabbed.hs b/XMonad/Layout/Tabbed.hs index a5d66bb..5948119 100644 --- a/XMonad/Layout/Tabbed.hs +++ b/XMonad/Layout/Tabbed.hs @@ -59,7 +59,7 @@ import XMonad.Layout.Simplest ( Simplest(Simplest) ) -- -- The default Tabbar behaviour is to hide it when only one window is open -- on the workspace. To have it always shown, use one of the layouts or --- modifiers ending in "Always". +-- modifiers ending in @Always@. -- -- For more detailed instructions on editing the layoutHook see: -- |