Adam Vogt
f6fa7e509f
Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize
2009-10-03 15:13:25 +00:00
Jan Vornberger
563266f3a5
Mention X.L.Maximize and X.L.Minimize in WindowMenu documentation
2009-10-03 11:13:30 +00:00
Adam Vogt
df9655c662
Small style change in L.SimplestFloat
2009-10-02 00:15:52 +00:00
Adam Vogt
27a7bcbd6e
Use U.XUtils.fi to make WindowMenu clearer
2009-10-01 22:57:36 +00:00
Jan Vornberger
77f52bc84d
Extended GridSelect
...
1) Added another convenience wrapper that allows to select an X() action
from a given list.
2) Implemented the option to change the position of the selection diamond.
(Re-recorded from Bluetile repo, rebased to current darcs)
2009-09-30 15:27:41 +00:00
Jan Vornberger
832d435dee
WindowMenu based on GridSelect that displays actions for the focused window (re-recorded from Bluetile repo).
2009-09-30 15:53:43 +00:00
Daniel Schoepe
066db410b0
Use default handler in XMonad.Prompt.eventLoop
2009-10-01 18:04:02 +00:00
Adam Vogt
66b8ad46d0
Remove redundant parentheses from L.MouseResizableTile
2009-09-30 21:21:10 +00:00
Adam Vogt
bf2fc75035
Use ErrorT instead of nested case for H.WorkspaceByPos
2009-09-30 20:49:14 +00:00
Adam Vogt
e6158615cb
Note that ManageDocks is preferred to A.DeManage
2009-09-30 20:44:43 +00:00
Adam Vogt
cce2c7c839
Factor out redundancy in L.MouseResizableTile.handleResize
2009-09-30 20:41:51 +00:00
Jan Vornberger
41b58ed499
In a multi-head setup, move windows with a non-zero position upon creation to the right workspace.
...
Useful in a dual-head setup: Looks at the requested geometry of
new windows and moves them to the workspace of the non-focused
screen if necessary.
2009-09-30 12:33:41 +00:00
Adam Vogt
3bc9c11d97
Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile
2009-09-30 20:04:43 +00:00
Adam Vogt
8aa3450f83
Remove redundant ($) in A.Commands
2009-09-30 20:03:11 +00:00
Adam Vogt
2d193a4304
Fix haddock parse error in MouseResizableTile
2009-09-30 20:01:43 +00:00
Jan Vornberger
5d949197b2
A ResizableTile-like layout that can be resized using the mouse.
...
All separations between windows can be dragged to modify the layout.
Keyboard commands can also be used to achieve the same effect.
2009-09-30 12:11:05 +00:00
Jan Vornberger
2b9b770e12
Replaced more stuff in X.L.Maximize with pure versions
2009-05-16 23:35:57 +00:00
Jan Vornberger
b5b9a3dc67
Expanded on X.L.Maximize functionality
...
1. Move maximized window into the background when it's not focused.
2. Changed semantics so that maximizing a different window will
automatically restore the currently maximized window and maximize the
new one (previously this had to be done in two seperate steps).
2009-05-03 00:10:52 +00:00
Jan Vornberger
5aa7d3635e
EventHook to restore minimized windows from taskbar (re-recorded from Bluetile repo)
2009-09-28 23:15:49 +00:00
Jan Vornberger
218b041fa9
LayoutModifier to minimize windows (re-recorded from Bluetile repo)
2009-09-28 23:13:20 +00:00
Daniel Schoepe
2bebf54795
Correctly check completionKey field in XMonad.Prompt
2009-09-28 09:32:15 +00:00
Daniel Schoepe
bc00f63b79
Fix for issue 315
2009-09-28 09:19:46 +00:00
Daniel Schoepe
02eed22659
Only use search history for completion in X.A.Search
2009-09-20 22:14:55 +00:00
Daniel Schoepe
2733268980
Fix regression in XMonad.Prompt's completion
2009-09-20 20:57:11 +00:00
Daniel Schoepe
eac4b6a8d2
Clean keymask before use in XMonad.Prompt
2009-09-20 20:12:29 +00:00
Daniel Schoepe
d783e96352
Export moveCursor in XMonad.Prompt
2009-09-20 19:25:13 +00:00
Wirt Wolff
f98c0c83a1
U.EZConfig: Correct additionalKeysP M2-M5 values
...
Was 8,9,10,11,12 rather than needed 8,16,32,64,128
2009-09-06 07:05:03 +00:00
Daniel Schoepe
e2113acd35
Factor out direction types and put them in X.U.Types
...
This patch factors out commonly used direction types like
data Direction = Prev | Next
and moves them to X.U.Types.
2009-09-19 19:17:17 +00:00
Daniel Schoepe
33046439d6
Add function to disable focusFollowsMouse conditionally
...
This patch adds an event hook to have the focus follow the mouse only
if a given condition is true.
2009-08-29 21:29:16 +00:00
Daniel Schoepe
e8e6cfcc3a
Make the keymap of XMonad.Prompt customizable
...
This patch allows the user to change the keymap XMonad.Prompt and
related modules use to be customized using the XPConfig structure.
2009-09-10 16:08:28 +00:00
Spencer Janssen
857bf537b5
Run gnomeRegister from startupHook
2009-09-18 02:34:10 +00:00
Adam Vogt
832ea65e75
Use U.Run.safeSpawn in C.Gnome
2009-09-17 23:39:53 +00:00
Adam Vogt
c4cae4839d
Add gnomeRegister to C.Gnome.
...
Credit to Joachim Breitner here:
http://www.haskell.org/pipermail/xmonad/2009-May/007984.html
2009-09-17 23:21:50 +00:00
Adam Vogt
cbd978c3b5
Remove excess broadcastMessage ReleaseResources from A.Commands
...
XMonad.Operations.restart tells the layouts to release resources. There's no
sense in duplicating it in contrib code anymore.
2009-09-04 01:02:59 +00:00
Adam Vogt
a9cb7bf67a
Mark modules last-modified in 2007 as stable
...
http://www.haskell.org/pipermail/xmonad/2009-July/008328.html
2009-09-04 00:51:47 +00:00
Spencer Janssen
63e5b222b8
Minor changes to my config
2009-09-01 02:48:02 +00:00
Adam Vogt
c91f54b2fb
Return True in X.H.FadeInactive.isUnfocused if current workspace is empty. (dschoepe)
2009-08-28 21:45:37 +00:00
Jan Vornberger
e80f1df518
Actually execute the correct command when giving user-defined commands to ServerMode
2009-08-25 23:38:28 +00:00
Adam Vogt
afecca6561
Preserve backwards compatibility with H.ServerMode
2009-08-25 22:03:48 +00:00
Daniel Schoepe
28e0adcde7
Let the user decide which commands to use in X.H.ServerMode
2009-08-25 10:16:30 +00:00
Daniel Schoepe
9a207f0512
Improve/correct documentation in X.A.TagWindows
2009-08-23 13:12:29 +00:00
Clemens Fruhwirth
491e21b3b9
Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrelated events (such as map/unmap)
2009-08-09 13:10:55 +00:00
Daniel Schoepe
0ec25c9fee
Better default for ppUrgent in xmobarPP
...
Most users would expect workspaces with urgent windows to be highlighted in
xmobar when they set up an UrgencyHook. Hence, doing this by default in xmobarPP
makes sense. (dzenPP does the same)
2009-08-22 18:34:16 +00:00
Daniel Schoepe
8b6135f868
Add backwards compatability in X.H.FadeInactive
2009-08-21 22:56:46 +00:00
Daniel Schoepe
8fe80758a8
More flexible interface for X.H.FadeInactive
...
This patch allows setting the opacity on a per-window basis and lets the
user specify it as a percentage instead of an Integer between 0 and 2^32-1.
2009-08-21 20:39:36 +00:00
Wirt Wolff
cc2fb2c10d
U.Scratchpad: doc add disable-factory flag to gnome-terminal example
...
Few systems have --disable-factory on by default, but it's needed to
set custom resource string.
http://code.google.com/p/xmonad/issues/detail?id=308
2009-08-18 19:25:03 +00:00
Wirt Wolff
5daaf583b7
A.CycleWS: add toggleOrView fns, fix doc, prevent head exception
2009-08-17 21:55:49 +00:00
Adam Vogt
8be4946bcd
Add -fwarn-tabs to ghc-options for the regular build
2009-08-14 02:21:08 +00:00
Daniel Schoepe
15acd55553
Don't use tabs in EwmhDesktops
2009-08-13 20:01:19 +00:00
Joachim Breitner
4f375b20bf
Do not warn about unknown ClientMessageEvents
...
Not all client messages are are meant to be handled by the wndow manager, so do
not complain when one is unknown.
2009-08-12 22:29:17 +00:00