Tony Zorman
b1b3c4c469
~/.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.
2023-12-22 18:17:17 +01:00
slotThe
8abeb81fd0
X.U.EZConfig: Use X.U.Parser
...
Using X.U.Parser works almost as a drop-in replacement for ReadP here.
In some places (like `parseSpecial`) we need to be a little bit more
careful when constructing the parser, but this is offset a much simpler
`readKeySequence`.
2021-12-13 16:11:57 +01:00
slotThe
38c11c1e3c
Add "Description" field to module headers
...
Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
2021-09-26 14:15:54 +02:00
slotThe
bd5b969d9b
Apply hlint hints
...
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
slotThe
2469269119
New module: XMonad.Prelude
...
This is a convenience module in order to have less import noise. It
re-exports the following:
a) Commonly used modules in full (Data.Foldable, Data.Applicative, and
so on); though only those that play nicely with each other, so that
XMonad.Prelude can be imported unqualified without any problems.
This prevents things like `Prelude.(.)` and `Control.Category.(.)`
fighting with each other.
b) Helper functions that don't necessarily fit in any other module;
e.g., the often used abbreviation `fi = fromIntegral`.
2021-05-13 17:44:47 +02:00
Adam Plaice
a5c5c52745
Improve conversion of Char to KeySym in XMonad.Util.Paste
2017-05-23 03:05:16 +01:00
gwern0
9454dd5d7f
Paste.hs: rm noModMask, shifted definition to X11 binding (see previous email)
2011-12-03 20:30:38 +00:00
gwern0
9209e96234
Paste: 3 more escaped characters from alistra
2011-11-29 16:03:35 +00:00
Daniel Wagner
c809ae6f5f
unfuck X.U.Paste
2011-11-29 03:23:31 +00:00
gwern0
9b369949ff
XMonad.Util.Paste: +alistra's patch for fixing his pasting of things like email address (@)
2011-11-28 21:56:48 +00:00
gwern0
9e69773d98
XMonad.Util.Paste: rm myself from maintainer field; I don't know how to fix any of it even if I wanted
2011-11-28 21:30:01 +00:00
Brent Yorgey
b435a6a519
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.
2010-01-12 17:25:07 +00:00
Adam Vogt
65d1309cf1
Bypass more of stringToKeysym in U.Paste
2009-11-14 22:37:26 +00:00
gwern0
2051b80b25
Paste.hs: improve haddocks
2008-09-27 15:01:58 +00:00
gwern0
e8edf860f7
Paste.hs: fix haddock
2008-09-27 14:52:38 +00:00
gwern0
300d9cf2b7
Paste.hs: implement noModMask suggestion
2008-09-26 23:20:56 +00:00
gwern0
b0c3dcc192
-DUTF8 flag with -DUSE_UTF8
2008-09-21 15:40:14 +00:00
gwern0
8971328f06
Paste.hs: +warning about ASCII limitations
2008-09-21 15:50:38 +00:00
gwern0
38a21daefe
Paste.hs: shorten comment lines to under 80 columns per sjanssen
2008-09-21 15:49:50 +00:00
Spencer Janssen
1c1205daed
Rename pasteKey functions to sendKey
2008-09-21 06:20:16 +00:00
Spencer Janssen
2477985387
Move XMonad.Util.XPaste to XMonad.Util.Paste
2008-09-21 06:09:47 +00:00