Merge pull request #859 from slotThe/kill-dots

`~/.xmonad/xmonad.hs` -> `xmonad.hs`
This commit is contained in:
Tony Zorman
2023-12-23 08:08:43 +01:00
committed by GitHub
194 changed files with 210 additions and 213 deletions

View File

@@ -28,7 +28,7 @@ import XMonad.StackSet (focus, up, down, Stack, Stack(..))
import XMonad hiding (focus)
-- $usage
-- Import the module in @~\/.xmonad\/xmonad.hs@:
-- Import the module in @xmonad.hs@:
--
-- > import XMonad.Layout.TwoPanePersistent
--