Daniel Wagner
40cb12ce17
Grab all keycodes linked to each keysym, not just one
...
This patch is based heavily on the one contributed by
svein.ove@aas.no , but updated to avoid causing a conflict and to work
with the newest X11 bindings. The name of the patch (and comment
below) are copied verbatim from his patch.
XKeysymToKeycode only gives the first code bound to a given symbol. To
handle the case where multiple keys are bound to the same symbol,
XKeycodeToKeysym is used instead, searching through all possible
keycodes for each sym.
2013-01-18 22:54:46 +00:00
Adam Vogt
b803fd74a5
Issue 135 use wa_border_width for floating windows (neoraider)
2013-01-15 17:07:15 +00:00
Adam Vogt
d386a230f6
Add flags for call to ghc closing issue 240
...
The -main-is flag goes back to at least ghc 6.10, and maybe the warning that
this otherwise redundant flag enables (when xmonad.hs isn't a module Main)
also dates back that far.
2013-01-01 03:50:34 +00:00
Adam Vogt
e87456ab77
bump cabal-version to satisfy hackage
v0.11
2013-01-01 01:40:56 +00:00
Adam Vogt
cdc22f0849
TAG 0.11
2013-01-01 01:30:31 +00:00
Adam Vogt
70413b2e22
Bump version to 0.11
2012-12-31 18:48:10 +00:00
Adam Vogt
67ffde0dfb
Add more metadata to cabal file
2012-12-31 18:46:52 +00:00
Adam Vogt
d904fb1cc4
Update generated manpage (and releaseDate in util/GenerateManpage.hs)
2012-12-31 16:34:03 +00:00
Adam Vogt
4120be8ba0
Copy help binding from XMonad.Config to man/xmonad.hs
2012-12-31 16:33:05 +00:00
Adam Vogt
e015155131
Shorter hyperlinks to hackage in README.
2012-12-31 10:53:58 +00:00
Adam Vogt
4c1536cd18
Add clickJustFocuses option to template configuration.
2012-12-31 10:44:20 +00:00
Adam Vogt
a34a5e979a
Add configuration option clickToFocus (issue 225)
...
To summarize this allows clicks which change the focus to also be passed on to
that window.
2012-01-03 01:39:16 +00:00
conrad.irwin
38faddf9de
pass mouse clicks on to focused windows (experimental)
...
Originally: http://www.haskell.org/pipermail/xmonad/2008-June/005807.html
2011-05-25 04:34:13 +00:00
Adam Vogt
3ab2b28711
HCAR.tex convert line endings.
2012-11-18 19:40:06 +00:00
gwern0
934ff6a562
HCAR.tex: update to Janis's master version per his instructions
2012-11-18 01:03:10 +00:00
Adam Vogt
f8b07d8956
Add generated manpage and html manpage to the repo.
...
The intention of adding these files to the data-files
is so that they get included in the upload to hackage:
people might like manpage but not have to install pandoc.
It's not really clear that this is the best solution.
2012-11-08 23:11:39 +00:00
Adam Vogt
67d436a4e6
Resolve conflicts Geoff Reedy's window focus hack.
2010-02-22 14:45:12 +00:00
Geoff Reedy
c6fef373dc
Give focus to windows that don't set the input hint
2009-10-10 23:19:07 +00:00
Geoff Reedy
2d4f304c0a
implement the ICCCM WM_TAKE_FOCUS protocol
2009-06-22 05:19:11 +00:00
Geoff Reedy
1df8ea3d0e
track currently processing event
2009-06-22 03:56:49 +00:00
Adam Vogt
490719c035
resolve HCar.tex conflict
2012-11-08 22:35:14 +00:00
gwern0
3cd001e8df
HCAR.tex: update with Janis's master version
2012-10-03 19:04:25 +00:00
gwern0
b0dda7b351
HCAR.tex: update per Janis
2012-05-16 21:13:52 +00:00
gwern0
d8495adf0d
HCAR.tex: update per Janis
2012-05-13 21:15:22 +00:00
gwern0
06f35a650e
Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.google.com/p/xmonad/issues/detail?id=182
2012-01-13 01:04:10 +00:00
gwern0
56f5ecb320
Config.hs: rm commented out keybinding (dead for years)
2012-01-13 00:01:15 +00:00
Adam Vogt
ff674a27e2
Include manual pages in data-files.
2011-12-04 00:11:37 +00:00
Adam Vogt
6c51745122
Correctly identify source files in ~/.lib (David McLean)
2012-04-30 15:42:22 +00:00
Adam Vogt
108c2280ef
Address versioning problems related to X11 1.6 release.
...
Bump version to 0.10.1 since cabal uses hackage dependencies even when the
locally installed package differs.
Allow X11-1.6 dependency.
2012-03-20 00:49:24 +00:00
Adam Vogt
e70b489936
Drop PlainConfig from HCAR.tex: it doesn't exist in contrib.
...
The code for that moved out to a separate project:
http://braincrater.wordpress.com/2008/08/28/announcing-xmonad-light/
2011-12-11 00:44:05 +00:00
gwern0
450c3a34fe
HCAR: update module count, date, versions, maintainer
2011-12-04 02:59:31 +00:00
Adam Vogt
32f416a3c2
Minor updates to supporting files (for 0.10 release).
2011-11-18 23:13:24 +00:00
Adam Vogt
4be3b39cd2
Assume locale is utf8 for spawn.
...
This adds the utf8-string dependency so that users no longer need to encode
strings they (possibly indirectly) pass to spawn. This is the expected
behavior, since each Char in String should be an actual character.
For systems that do not use utf8 this does not help. Fixing this by using iconv
or similar libraries may be done later.
v0.10
2011-11-18 18:29:20 +00:00
Adam Vogt
75889ab62e
Correct recompile keybinding (issue 126)
...
Thanks reenberg for pointing out the previous patch incorrectly warns about a
missing xmonad when the config has an error.
Also changed is "type" which as a shell builtin is more likely to exist than
"which".
2011-11-17 04:25:22 +00:00
Adam Vogt
792add376e
Warn with xmessage when xmonad cannot be found for recompile (issue 126)
2010-03-30 00:33:10 +00:00
Daniel Wagner
87c50a911f
change the default mod+p binding to keep up with changes to dmenu
2011-10-13 16:25:09 +00:00
Daniel Wagner
d16aa9975e
recognize the --replace option
2011-08-09 19:52:50 +00:00
Adam Vogt
f34642cbac
Break a long line
2011-06-09 04:24:24 +00:00
Jens Petersen
008c3638a5
output error code when xmonad.hs compile fails without any error output
...
Currently if there is no ghc on the path say for some reason,
xmonad.error is empty. This patch makes
it output the exitcode code when the compile process fails
without any error output. (It might be easier just to spawn
a shell to get "ghc: command not found" output for free.)
2011-04-26 06:23:41 +00:00
Adam Vogt
f5c40e9e12
Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6
...
This gets rid of a warning with ghc-7.0.2, and -XDeriveDataTypeable seems to
have been added with 6.8, which should be far back enough:
http://www.haskell.org/ghc/docs/6.8-latest/html/users_guide/deriving.html#deriving-typeable
2011-06-08 23:04:15 +00:00
Adam Vogt
bd82cc9150
Expose instances to haddock
...
While haddock may have choked on -XGeneralizedNewtypeDeriving before, this is
no longer the case. Also this doesn't change the results with a recent haddock
(2.9.2)
2011-06-08 22:56:13 +00:00
Adam Vogt
a025912ab7
Haddock formatting for a type (-->)
2011-05-24 01:51:35 +00:00
Brandon S Allbery KF8NH
19c1759b35
Generalize types of ManageHook functions, so they can be reused
2011-02-24 00:30:21 +00:00
gwern0
92acd1eb74
HCAR.tex: update per Janis's final version
2011-05-22 18:37:55 +00:00
gwern0
db9f39d6af
HCAR.text: mention 2 features added since last HCAR
...
Prompted by Janis's usual request for updated HCARs
2011-04-11 16:45:19 +00:00
Adam Vogt
ebcd67efac
Correct misleading documentation on Stack (thanks sdrodge)
...
`Possibly empty' applies only to `Maybe (Stack a)', not `Stack a' described
there, so this is easier to understand.
2011-03-28 00:19:30 +00:00
gwern0
387a253f62
HCAR.tex: apply Janis Voigtlaender's HCAR changes
2010-11-09 20:50:22 +00:00
Adam Vogt
4c83e8e097
Bump version to 0.10
...
This doesn't mean it's ready for this number release, but at least
contrib/core incompatibilities introduced since 0.9 will be avoided.
2011-01-15 18:07:15 +00:00
Adam Vogt
ae59a5184f
Update util/GenerateManpage for pandoc 1.6
2010-12-31 16:31:18 +00:00
Adam Vogt
fa8fe9aca4
Update util/GenerateManpage to be pandoc-1.4 compatible
2010-04-03 18:13:54 +00:00