Spencer Janssen
d7cac6d70c
Bump version to 0.9.1
2009-12-16 23:26:34 +00:00
Spencer Janssen
e806fe9bc8
Match X11 dependencies with xmonad's
2009-12-16 01:26:30 +00:00
Spencer Janssen
d451c277f6
Safer X11 version dependency
2009-12-16 00:59:16 +00:00
Spencer Janssen
cdae01dfdb
Update Prompt for numlockMask changes
2009-11-03 22:26:21 +00:00
Tomas Janousek
5c2aa04175
X.L.MouseResizableTile: change description for mirrored variant
...
The description for mirrored MouseResizableTile is now "Mirror
MouseResizableTile", to follow the standard of other layouts that can be
mirrored using the Mirror modifier.
2009-12-11 12:42:18 +00:00
Tomas Janousek
1d6a171dd2
X.A.GridSelect: documentation typo fix
...
spotted by Justin on IRC
2009-12-11 18:25:15 +00:00
Adam Vogt
e8cfb696ad
A.GridSelect shouldn't grab keys if there are no choices.
...
Thanks thermal2008 in #xmonad for bringing up the corner case when gridselect
is run with an empty list of choices.
2009-12-10 18:30:38 +00:00
Nils Schweinsberg
9464b32395
onScreen' variation for X () functions
2009-12-09 00:37:17 +00:00
Jan Vornberger
f46873fdab
Added Bluetile's config
2009-12-09 15:03:09 +00:00
Jan Vornberger
c729dac32e
BluetileCommands - a list of commands that Bluetile uses to communicate with its dock
2009-12-08 23:44:31 +00:00
Adam Vogt
84a8e42ac0
Use lookup instead of find in A.PerWorkspaceKeys
2009-11-29 03:26:50 +00:00
Nils Schweinsberg
de3cafec0d
Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, new functions: toggle(Greedy)OnScreen
2009-12-07 15:50:50 +00:00
Jan Vornberger
bfb5fc7384
Module to ensure that a dragged window always stays in front of all other windows
2009-11-29 00:45:06 +00:00
Jan Vornberger
b2fa3f3e80
Decoration that allows to switch the position of windows by dragging them onto each other.
2009-11-29 00:34:31 +00:00
Jan Vornberger
2ca7de8b08
A decoration with small buttons and a supporting module
2009-11-29 00:24:16 +00:00
gwern0
8fa0319e89
XMonad.Actions.Search: finally fixed the internet archive search plugin
2009-12-05 03:34:35 +00:00
gwern0
8e8962909b
XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through SSL
2009-12-05 03:33:18 +00:00
Tim Horton
1dc74c3879
Prompt.hs: Corrected quit keybindings
2009-12-03 05:00:41 +00:00
Jan Vornberger
bcb204731f
Extended decoration module with more hooks and consolidated some existing ones
2009-11-28 23:43:10 +00:00
Jan Vornberger
c92b8b3e9e
Extended decoration theme to contain extra static text that always appears in the title bar
2009-10-24 21:39:28 +00:00
Jan Vornberger
be4feb98d6
Extended paintAndWrite to allow for multiple strings to be written into the rectangle
2009-10-24 20:51:11 +00:00
Jan Vornberger
c38912b991
Added the alignment option 'AlignRightOffset'
2009-10-24 20:45:13 +00:00
Jan Vornberger
79e7a8210a
Prevent windows from being decorated that are too small to contain decoration.
2009-06-27 09:43:16 +00:00
Tomas Janousek
02063ff97e
X.L.MouseResizableTile: keep draggers on the bottom of the window stack.
2009-11-26 17:34:13 +00:00
Jan Vornberger
c198812fb6
Implemented smarter system of managing borders for BorderResize
2009-11-22 23:36:51 +00:00
Tomas Janousek
e2c5fa876a
X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8
...
dynamicLogString utf-8 encodes its output, xmonadPropLog shouldn't do that
again.
2009-11-21 00:48:29 +00:00
Brent Yorgey
70d5cedcc5
X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clear
2009-11-21 17:07:39 +00:00
Tomas Janousek
82a0d30f31
X.H.ManageDocks: ignore struts that cover an entire screen on that screen
...
Imagine a screen layout like this:
11111111
11111111
11111111
222222 <--- xmobar here
222222
222222
When placing xmobar as indicated, the partial strut property indicates that an
entire height of screen 1 is covered by the strut, as well as a few lines at
the top of screen 2. The original code would create a screen rectangle of
negative height and wreak havoc. This patch causes such strut to be ignored on
the screen it covers entirely, resulting in the desired behaviour of a small
strut at the top of screen 2.
Please note that this semantics of _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL is
different to what is in wm-spec. The "correct" thing to do would be to discard
the covered portion of screen 1 leaving two narrow areas at the sides, but
this new behaviour is probably more desirable in many cases, at least for
xmonad/xmobar users.
The correct solution of having separate _NET_WM_STRUT_PARTIAL for each
Xinerama screen was mentioned in wm-spec maillist in 2007, but has never
really been proposed, discussed and included in wm-spec. Hence this "hack".
2009-11-19 14:50:43 +00:00
Adam Vogt
46fca2c6c9
Use imported 'fi' in PositionStoreHooks
2009-11-19 10:31:12 +00:00
Daniel Schoepe
30a78d51e3
Changed interface of X.U.ExtensibleState
...
Changed the interface of X.U.ExtensibleState to resemble that of
Control.Monad.State and modified the modules that use it accordingly.
2009-11-16 17:10:13 +00:00
Jan Vornberger
b881934a02
PositionStoreFloat - a floating layout with support hooks
2009-11-15 18:48:33 +00:00
Jan Vornberger
6a8e6af48f
PositionStore utility to store information about position and size of a window
2009-11-08 19:57:35 +00:00
Anders Engstrom
addb6a99e1
X.H.Urgencyhook fix minor doc bug
2009-11-15 13:11:21 +00:00
Anders Engstrom
5d341e8e99
X.H.DynamicLog fix minor indentation oddness
2009-11-15 13:07:07 +00:00
Anders Engstrom
5463e04b94
X.A.CycleWS cycle by tag group
...
Allow grouping of workspaces, so that a user can cycle through those in the same group. Grouping is done by using a special character in the tag.
2009-11-15 13:02:17 +00:00
Adam Vogt
b4acd87c7a
Use less short names in X.Prompt
2009-11-15 02:56:47 +00:00
Adam Vogt
aa6f4882a4
Use io instead of liftIO in Prompt
2009-11-15 02:53:01 +00:00
Adam Vogt
ff11ae70a0
'io' and 'fi' are defined outside of Prompt
2009-11-15 02:40:01 +00:00
Adam Vogt
9cdcb7185f
Use zipWithM_ instead of recursion in Prompt.printComplList
2009-11-15 02:34:51 +00:00
Adam Vogt
4f97bc02ce
Minor style changes in DynamicWorkspaces
2009-11-15 02:27:51 +00:00
Anders Engstrom
b3329397c0
X.A.DynamicWorkspaces fix doc and add behaviour
...
Before this patch the documentation claims that it won't do anything on non-empty workspaces when it actually does. This patch fixes the documentation to reflect the actual behaviour, but also adds the behaviour promised by the documentation in other functions. It does not break configs. In addition it also provides functions to help removing empty workspaces when leaving them.
2009-11-13 23:39:03 +00:00
daniel
cb684763ce
rework XMonad.Util.Dzen
2009-11-14 05:15:09 +00:00
daniel
db37e18098
generalize IO actions to MonadIO m => m actions
...
This should not cause any working configs to stop working, because IO is an instance of MonadIO, and because complete configs will pin down the type of the call to IO. Note that XMonad.Config.Arossato is not a complete config, and so it needed some tweaks; with a main function, this should not be a problem.
2009-11-14 02:36:16 +00:00
daniel
7c363c82d3
fix documentation to match implementation
2009-11-14 02:13:28 +00:00
Adam Vogt
65d1309cf1
Bypass more of stringToKeysym in U.Paste
2009-11-14 22:37:26 +00:00
Adam Vogt
14f0f6129d
Don't erase floating information with H.InsertPosition (Issue 334)
2009-11-13 16:14:02 +00:00
Adam Vogt
8cda47f19f
Rename gridselectViewWorkspace to gridselectWorkspace, add another example.
...
The name should be more general to suggest uses other than just viewing other
workspaces.
2009-11-12 21:14:35 +00:00
Brent Yorgey
fdec915dda
X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another copy of an existing workspace
2009-11-12 20:13:51 +00:00
Adam Vogt
eba5720d30
Trim whitespace in H.FloatNext
2009-11-11 02:27:02 +00:00
Adam Vogt
d606f998bd
Use ExtensibleState in H.FloatNext
2009-11-11 02:25:13 +00:00