Skip to content

Commit 82e4260

Browse files
authored
Merge pull request #859 from slotThe/kill-dots
`~/.xmonad/xmonad.hs` -> `xmonad.hs`
2 parents 5ceaed8 + b1b3c4c commit 82e4260

File tree

194 files changed

+210
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+210
-213
lines changed

Diff for: XMonad/Actions/AfterDrag.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import XMonad
2424
import Data.Time (NominalDiffTime, diffUTCTime, getCurrentTime)
2525

2626
-- $usage
27-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
27+
-- You can use this module with the following in your @xmonad.hs@:
2828
--
2929
-- > import XMonad.Actions.AfterDrag
3030
--

Diff for: XMonad/Actions/BluetileCommands.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import System.Exit
2929

3030
-- $usage
3131
--
32-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
32+
-- You can use this module with the following in your @xmonad.hs@:
3333
--
3434
-- > import XMonad.Hooks.ServerMode
3535
-- > import XMonad.Actions.BluetileCommands

Diff for: XMonad/Actions/Commands.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import XMonad.Prelude
3737

3838
-- $usage
3939
--
40-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
40+
-- You can use this module with the following in your @xmonad.hs@:
4141
--
4242
-- > import XMonad.Actions.Commands
4343
--

Diff for: XMonad/Actions/ConstrainedResize.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import XMonad
2626

2727
-- $usage
2828
--
29-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
29+
-- You can use this module with the following in your @xmonad.hs@:
3030
--
3131
-- > import qualified XMonad.Actions.ConstrainedResize as Sqr
3232
--

Diff for: XMonad/Actions/CopyWindow.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import qualified XMonad.StackSet as W
3737

3838
-- $usage
3939
--
40-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
40+
-- You can use this module with the following in your @xmonad.hs@ file:
4141
--
4242
-- > import XMonad.Actions.CopyWindow
4343
--

Diff for: XMonad/Actions/CycleRecentWS.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import Data.Function (on)
4747
import Control.Monad.State (lift)
4848

4949
-- $usage
50-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
50+
-- You can use this module with the following in your @xmonad.hs@ file:
5151
--
5252
-- > import XMonad.Actions.CycleRecentWS
5353
-- >

Diff for: XMonad/Actions/CycleSelectedLayouts.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import XMonad.Prelude (elemIndex, fromMaybe)
2323
import qualified XMonad.StackSet as S
2424

2525
-- $usage
26-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
26+
-- You can use this module with the following in your @xmonad.hs@:
2727
--
2828
-- > import XMonad
2929
-- > import XMonad.Actions.CycleSelectedLayouts

Diff for: XMonad/Actions/CycleWS.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import XMonad.Util.Types
9292
import XMonad.Util.WorkspaceCompare
9393

9494
-- $usage
95-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
95+
-- You can use this module with the following in your @xmonad.hs@ file:
9696
--
9797
-- > import XMonad.Actions.CycleWS
9898
-- >

Diff for: XMonad/Actions/CycleWindows.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import Control.Arrow (second)
6464
import Control.Monad.Trans (lift)
6565

6666
-- $usage
67-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
67+
-- You can use this module with the following in your @xmonad.hs@ file:
6868
--
6969
-- > import XMonad.Actions.CycleWindows
7070
-- > -- config

Diff for: XMonad/Actions/DeManage.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import qualified XMonad.StackSet as W
3939
import XMonad
4040

4141
-- $usage
42-
-- To use demanage, add this import to your @~\/.xmonad\/xmonad.hs@:
42+
-- To use demanage, add this import to your @xmonad.hs@:
4343
--
4444
-- > import XMonad.Actions.DeManage
4545
--

Diff for: XMonad/Actions/DwmPromote.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import qualified Data.List.NonEmpty as NE
3131

3232
-- $usage
3333
--
34-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
34+
-- You can use this module with the following in your @xmonad.hs@:
3535
--
3636
-- > import XMonad.Actions.DwmPromote
3737
--

Diff for: XMonad/Actions/DynamicWorkspaceGroups.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import qualified XMonad.Util.ExtensibleState as XS
5151
import XMonad.Actions.TopicSpace
5252

5353
-- $usage
54-
-- You can use this module by importing it into your ~\/.xmonad\/xmonad.hs file:
54+
-- You can use this module by importing it into your @xmonad.hs@ file:
5555
--
5656
-- > import XMonad.Actions.DynamicWorkspaceGroups
5757
--

Diff for: XMonad/Actions/DynamicWorkspaceOrder.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import XMonad.Prelude (fromJust, fromMaybe)
4949
import Data.Ord (comparing)
5050

5151
-- $usage
52-
-- You can use this module by importing it into your ~\/.xmonad\/xmonad.hs file:
52+
-- You can use this module by importing it into your @xmonad.hs@ file:
5353
--
5454
-- > import qualified XMonad.Actions.DynamicWorkspaceOrder as DO
5555
--

Diff for: XMonad/Actions/DynamicWorkspaces.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import qualified Data.Map.Strict as Map
4444
import qualified XMonad.Util.ExtensibleState as XS
4545

4646
-- $usage
47-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
47+
-- You can use this module with the following in your @xmonad.hs@ file:
4848
--
4949
-- > import XMonad.Actions.DynamicWorkspaces
5050
-- > import XMonad.Actions.CopyWindow(copy)

Diff for: XMonad/Actions/EasyMotion.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import qualified Data.Map.Strict as M (Map, elems, map, mapWithKey)
5151
-- $usage
5252
--
5353
-- You can use this module's basic functionality with the following in your
54-
-- @~\/.xmonad\/xmonad.hs@:
54+
-- @xmonad.hs@:
5555
--
5656
-- > import XMonad.Actions.EasyMotion (selectWindow)
5757
--

Diff for: XMonad/Actions/FindEmptyWorkspace.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import XMonad.StackSet
2525

2626
-- $usage
2727
--
28-
-- To use, import this module into your @~\/.xmonad\/xmonad.hs@:
28+
-- To use, import this module into your @xmonad.hs@:
2929
--
3030
-- > import XMonad.Actions.FindEmptyWorkspace
3131
--

Diff for: XMonad/Actions/FlexibleManipulate.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import qualified Prelude as P
2929
import Prelude (Double, Integer, Ord (..), const, fromIntegral, fst, id, otherwise, round, snd, uncurry, ($))
3030

3131
-- $usage
32-
-- First, add this import to your @~\/.xmonad\/xmonad.hs@:
32+
-- First, add this import to your @xmonad.hs@:
3333
--
3434
-- > import qualified XMonad.Actions.FlexibleManipulate as Flex
3535
--

Diff for: XMonad/Actions/FlexibleResize.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import XMonad.Prelude (fi)
2525
import Foreign.C.Types
2626

2727
-- $usage
28-
-- To use, first import this module into your @~\/.xmonad\/xmonad.hs@ file:
28+
-- To use, first import this module into your @xmonad.hs@ file:
2929
--
3030
-- > import qualified XMonad.Actions.FlexibleResize as Flex
3131
--

Diff for: XMonad/Actions/FloatKeys.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import XMonad.Prelude (fi)
3030
import XMonad.Util.Types
3131

3232
-- $usage
33-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
33+
-- You can use this module with the following in your @xmonad.hs@:
3434
--
3535
-- > import XMonad.Actions.FloatKeys
3636
--

Diff for: XMonad/Actions/FloatSnap.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import XMonad.Util.Types (Direction2D(..))
3737
import XMonad.Actions.AfterDrag
3838

3939
-- $usage
40-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
40+
-- You can use this module with the following in your @xmonad.hs@:
4141
--
4242
-- > import XMonad.Actions.FloatSnap
4343
--

Diff for: XMonad/Actions/FocusNth.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import XMonad.Prelude
2525
import XMonad.StackSet
2626

2727
-- $usage
28-
-- Add the import to your @~\/.xmonad\/xmonad.hs@:
28+
-- Add the import to your @xmonad.hs@:
2929
--
3030
-- > import XMonad.Actions.FocusNth
3131
--

Diff for: XMonad/Actions/GridSelect.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import qualified Data.List.NonEmpty as NE
101101

102102
-- $usage
103103
--
104-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
104+
-- You can use this module with the following in your @xmonad.hs@:
105105
--
106106
-- > import XMonad.Actions.GridSelect
107107
--

Diff for: XMonad/Actions/GroupNavigation.hs

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import qualified XMonad.Util.ExtensibleState as XS
5353

5454
{- $usage
5555
56-
Import the module into your @~\/.xmonad\/xmonad.hs@:
56+
Import the module into your @xmonad.hs@:
5757
5858
> import XMonad.Actions.GroupNavigation
5959
@@ -129,7 +129,7 @@ focusNextMatchOrDo qry act = findM (runQuery qry)
129129
>=> maybe act (windows . SS.focusWindow)
130130

131131
-- Returns the list of windows ordered by workspace as specified in
132-
-- ~/.xmonad/xmonad.hs
132+
-- @xmonad.hs@.
133133
orderedWindowList :: Direction -> X (Seq Window)
134134
orderedWindowList History = fmap (\(HistoryDB w ws) -> maybe ws (ws |>) w) XS.get
135135
orderedWindowList dir = withWindowSet $ \ss -> do
@@ -145,7 +145,7 @@ orderedWindowList dir = withWindowSet $ \ss -> do
145145
dirfun _ = id
146146
rotfun wins x = rotate $ rotateTo (== x) wins
147147

148-
-- Returns the ordered workspace list as specified in ~/.xmonad/xmonad.hs
148+
-- Returns the ordered workspace list as specified in @xmonad.hs@.
149149
orderedWorkspaceList :: WindowSet -> Seq String -> Seq WindowSpace
150150
orderedWorkspaceList ss wsids = rotateTo isCurWS wspcs'
151151
where

Diff for: XMonad/Actions/LinkWorkspaces.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import qualified Data.Map as M
3636
( insert, delete, Map, lookup, empty, filter )
3737

3838
-- $usage
39-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
39+
-- You can use this module with the following in your @xmonad.hs@ file:
4040
--
4141
-- > import XMonad.Actions.LinkWorkspaces
4242
--

Diff for: XMonad/Actions/MessageFeedback.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import XMonad.StackSet ( Workspace, current, workspace, layout, tag )
5353
import Control.Monad.State ( gets )
5454

5555
-- $usage
56-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
56+
-- You can use this module with the following in your @xmonad.hs@:
5757
--
5858
-- > import XMonad.Actions.MessageFeedback
5959
--

Diff for: XMonad/Actions/MouseGestures.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import Data.Map (Map)
3232

3333
-- $usage
3434
--
35-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
35+
-- You can use this module with the following in your @xmonad.hs@:
3636
--
3737
-- > import XMonad.Actions.MouseGestures
3838
-- > import qualified XMonad.StackSet as W

Diff for: XMonad/Actions/MouseResize.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import XMonad.Util.XUtils
3737
-- "XMonad.Layout.SimpleFloat" or "XMonad.Layout.DecorationMadness".
3838
--
3939
-- You can use this module with the following in your
40-
-- @~\/.xmonad\/xmonad.hs@:
40+
-- @xmonad.hs@:
4141
--
4242
-- > import XMonad.Actions.MouseResize
4343
-- > import XMonad.Layout.WindowArranger

Diff for: XMonad/Actions/Navigation2D.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ import qualified Data.List.NonEmpty as NE
8585
-- layers and allows customization of the navigation strategy for the tiled
8686
-- layer based on the layout currently in effect.
8787
--
88-
-- You can use this module with (a subset of) the following in your @~\/.xmonad\/xmonad.hs@:
88+
-- You can use this module with (a subset of) the following in your @xmonad.hs@:
8989
--
9090
-- > import XMonad.Actions.Navigation2D
9191
--

Diff for: XMonad/Actions/OnScreen.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ toggleOrView' f i st = fromMaybe (f i st) $ do
148148
--
149149
-- This module provides an easy way to control, what you see on other screens in
150150
-- xinerama mode without having to focus them. Put this into your
151-
-- @~\/.xmonad\/xmonad.hs@:
151+
-- @xmonad.hs@:
152152
--
153153
-- > import XMonad.Actions.OnScreen
154154
--

Diff for: XMonad/Actions/PerLayoutKeys.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import XMonad.StackSet as S
2525

2626
-- $usage
2727
--
28-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
28+
-- You can use this module with the following in your @xmonad.hs@:
2929
--
3030
-- > import XMonad.Actions.PerLayoutKeys
3131
--

Diff for: XMonad/Actions/PerWindowKeys.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import XMonad
2424

2525
-- $usage
2626
--
27-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
27+
-- You can use this module with the following in your @xmonad.hs@:
2828
--
2929
-- > import XMonad.Actions.PerWindowKeys
3030
--

Diff for: XMonad/Actions/PerWorkspaceKeys.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import XMonad.StackSet as S
2525

2626
-- $usage
2727
--
28-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
28+
-- You can use this module with the following in your @xmonad.hs@:
2929
--
3030
-- > import XMonad.Actions.PerWorkspaceKeys
3131
--

Diff for: XMonad/Actions/PhysicalScreens.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To create a screen comparator you can use screenComparatorByRectangle or screenC
4646
The default ScreenComparator orders screens by the upper-left-most corner, from top-to-bottom
4747
and then left-to-right.
4848
49-
Example usage in your @~\/.xmonad\/xmonad.hs@ file:
49+
Example usage in your @xmonad.hs@ file:
5050
5151
> import XMonad.Actions.PhysicalScreens
5252
> import Data.Default

Diff for: XMonad/Actions/Plane.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import XMonad.StackSet hiding (workspaces)
4747
import XMonad.Util.Run
4848

4949
-- $usage
50-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
50+
-- You can use this module with the following in your @xmonad.hs@ file:
5151
--
5252
-- > import XMonad.Actions.Plane
5353
-- > import Data.Map (union)

Diff for: XMonad/Actions/Promote.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import XMonad.StackSet
2828

2929
-- $usage
3030
--
31-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
31+
-- You can use this module with the following in your @xmonad.hs@:
3232
--
3333
-- > import XMonad.Actions.Promote
3434
--

Diff for: XMonad/Actions/RotateSome.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import XMonad.StackSet (Screen (Screen), Stack (Stack), current, floating, modif
3535
import XMonad.Util.Stack (reverseS)
3636

3737
{- $usage
38-
You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
38+
You can use this module with the following in your @xmonad.hs@:
3939
4040
> import XMonad.Actions.RotateSome
4141

Diff for: XMonad/Actions/ShowText.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import XMonad.Util.XUtils (createNewWindow
4242
import qualified XMonad.Util.ExtensibleState as ES
4343

4444
-- $usage
45-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
45+
-- You can use this module with the following in your @xmonad.hs@:
4646
--
4747
-- > import XMonad.Actions.ShowText
4848
--

Diff for: XMonad/Actions/Sift.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import XMonad.StackSet (Stack (Stack), StackSet, modify')
2828
import XMonad.Util.Stack (reverseS)
2929

3030
-- $usage
31-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
31+
-- You can use this module with the following in your @xmonad.hs@:
3232
--
3333
-- > import XMonad.Actions.Sift
3434
--

Diff for: XMonad/Actions/SimpleDate.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import XMonad.Core
2424
import XMonad.Util.Run
2525

2626
-- $usage
27-
-- To use, import this module into @~\/.xmonad\/xmonad.hs@:
27+
-- To use, import this module into @xmonad.hs@:
2828
--
2929
-- > import XMonad.Actions.SimpleDate
3030
--

Diff for: XMonad/Actions/SinkAll.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import XMonad.Actions.WithAll (sinkAll)
2323

2424
-- $usage
2525
--
26-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
26+
-- You can use this module with the following in your @xmonad.hs@:
2727
--
2828
-- > import XMonad.Actions.SinkAll
2929
--

Diff for: XMonad/Actions/SpawnOn.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import qualified XMonad.Util.ExtensibleState as XS
4343
import XMonad.Util.Process (getPPIDChain)
4444

4545
-- $usage
46-
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
46+
-- You can use this module with the following in your @xmonad.hs@:
4747
--
4848
-- > import XMonad.Actions.SpawnOn
4949
--

Diff for: XMonad/Actions/Submap.hs

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ import XMonad.Util.XUtils
3232

3333
{- $usage
3434
35-
36-
37-
38-
First, import this module into your @~\/.xmonad\/xmonad.hs@:
35+
First, import this module into your @xmonad.hs@:
3936
4037
> import XMonad.Actions.Submap
4138

0 commit comments

Comments
 (0)