sgf
8e5931272c
X.H.ManageHelpers: Make type of ManageHook combinators more general.
2016-12-16 14:22:39 +03:00
sgf
2807935900
X.H.SetWMName: Add getWMName
function.
...
And do not overwrite wm name in `handleFocusQuery`, if user has already set
it.
2016-12-15 22:13:48 +03:00
sgf
195cfbe77e
Add new module XMonad.Hooks.Focus .
...
Extend ManageHook EDSL to work on focused windows and current workspace.
2016-12-15 22:13:42 +03:00
Kurnevsky Evgeny
a8d290b830
Update CHANGES.md
2016-12-14 11:49:28 +03:00
sgf
b9d8f6ce34
X.A.Submap: establish pointer grab to avoid freezing X.
...
Establish active asynchronous pointer grab before entering infinity cycle.
Because xmonad already has passive synchronous pointer grab, this overwrites
it temporary and avoids freezing X, when button press occurs after submap key
press.
Also, terminate submap at button press in the same way, as we do for wrong key
press.
2016-12-09 12:38:33 +03:00
Loïc Paulevé
0573451789
Update CHANGES.md for #126
2016-12-08 22:24:24 +01:00
Peter Jones
5790913eae
Teach X.A.DynamicProjects to use removeWorkspaceByTag when deleting a project
...
When deleting a dynamic project, also delete its workspace.
2016-11-15 17:00:50 -07:00
Peter Jones
c0a0a44fbc
Update CHANGES.md for PR #113
2016-11-05 10:00:17 -07:00
Joachim Breitner
e4e120bb8e
Add XMonad.Prompt.Unicode
...
I have been using this code locally for years now, and it turned out to
be quite useful in many cases, so I thought it is about time to submit
it to the repository.
2016-10-07 11:50:21 -04:00
Kurt Dietrich
1d5cdc108a
New SortedLayout module.
2016-06-30 15:33:15 -04:00
brandon s allbery kf8nh
72956159b6
Add XMonad.Util.NoTaskbar, XMonad.Util.Loggers.NamedScratchpad
2016-04-21 14:49:13 -04:00
Damián Franco Álvarez
e0211ad7d6
Fix updatePointer equivalence table.
...
In order to get the behavior I had with `updatePointer (Relative 0.5 0.5)`, I have to use `updatePointer (0.5,0.5) (0,0)`.
2016-04-12 16:36:56 +02:00
brandon s allbery kf8nh
3796569268
whoops, CHANGES.md
2016-02-13 21:29:06 -05:00
Bogdan Sinitsyn
58c3062910
typo
2016-01-10 23:52:13 +03:00
Bogdan Sinitsyn
889cd97d08
add myself to .mailmap and edit changelog
2016-01-10 23:51:00 +03:00
Sibi Prabakaran
0510da7659
Add changelog for the patch.
2016-01-10 23:17:00 +05:30
Peter Jones
093352f6c5
Finial tweaks before release
2015-12-14 13:30:55 -07:00
Peter Jones
c98f2b16db
Add change log entries for recent merges
2015-12-11 10:31:58 -07:00
Peter Jones
0d6c2b1668
Use a table format that works with Pandoc and GitHub
2015-12-11 09:49:52 -07:00
Peter Jones
5739da65b3
Added more detail to the change log
...
* Brought in changes from https://wiki.haskell.org/Xmonad/Notable_changes_since_0.11
* List all new modules along with their description
2015-12-11 09:49:52 -07:00
Peter Jones
4d3f633c73
Reformat README.md, add CHANGES.md, update xmonad-contrib.cabal
2015-12-11 09:49:52 -07:00