mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
~/.xmonad/xmonad.hs -> xmonad.hs
With XDG support so firmly ingrained now, it's about time we stop hard-coding the configuration path in the docs.
This commit is contained in:
@@ -29,7 +29,7 @@ import qualified XMonad.StackSet as W
|
||||
import XMonad.Prelude (fromMaybe)
|
||||
|
||||
-- $usage
|
||||
-- You can use this module by importing it into your ~\/.xmonad\/xmonad.hs file:
|
||||
-- You can use this module by importing it into your @xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Layout.PerWorkspace
|
||||
--
|
||||
|
Reference in New Issue
Block a user