Lukas Mai
59fc99504f
XMonad.Actions.UpdatePointer: doc fix
2008-04-07 15:27:41 +00:00
Lukas Mai
413023b5d0
XMonad.Util.Font: minor reformatting
2008-04-06 02:09:35 +00:00
Lukas Mai
b2b1671630
DynamicLog: resolve merge conflict
2008-04-06 02:05:27 +00:00
lithis
999029d95f
Encode the entire DynamicLog output, instead of just window title.
2008-03-29 03:15:37 +00:00
Andrea Rossato
4277d11def
DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 support
2008-03-13 10:26:43 +00:00
Lukas Mai
cdfbf3ebce
XMonad.Util.Font: don't call setlocale; core does it for us
2008-04-06 01:31:23 +00:00
Lukas Mai
c86409624f
XMonad.Util.NamedWindows: fix imports
2008-03-26 17:27:45 +00:00
Mats Jansborg
e28702c57b
Changed getName to use locale-aware functions
...
Rewrote getName using getTextProperty and wcTextPropertyToTextList.
2007-08-19 13:21:04 +00:00
Ian Zerny
ef25a538bf
Added next-window versions of the raise* functions.
2008-04-05 18:29:00 +00:00
Lukas Mai
b495c7f725
XMonad.Layout.Master: initial import
2008-04-04 22:07:34 +00:00
Lukas Mai
1950a4e2cc
update contrib for applySizeHints changes
2008-04-04 22:05:58 +00:00
Lukas Mai
c15eea99c9
XMonad.Hooks.ManageDocks: haddock fix
2008-04-04 22:05:32 +00:00
Brent Yorgey
8783bc727c
MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragma
2008-04-04 20:01:57 +00:00
Joachim Breitner
8d2f363729
Document _NET_ACTIVE_WINDOW behaviour more exactly
2008-04-04 07:29:44 +00:00
Joachim Breitner
2747f802df
_NET_ACTIVE_WINDOW moves windows if necessary
...
This makes EWMH behave a bit more like metacity: If _NET_ACTIVE_WINDOW is
received and the window is not on the current worspace, it is brought here
(instead of the workspace switched to the other one). So for example, if you
click on the pidgin icon in the panel and the buddy list is already open some
where it is moved here.
2008-04-02 14:38:11 +00:00
Don Stewart
0971238cf6
onstart=lower, solves floating dzen issue
2008-04-03 20:34:25 +00:00
Don Stewart
6c324cbfed
some bang patterns
2008-04-03 17:22:46 +00:00
Don Stewart
f1d91209a4
have 'dzen' use autoStruts to detect the gaps
2008-04-03 00:31:30 +00:00
Brent Yorgey
5d352c8bf4
Actions/Search.hs: add dictionary.com search
2008-04-02 15:05:21 +00:00
Joachim Breitner
63bac5b539
_NET_ACTIVE_WINDOW moves windows if necessary
...
This makes EWMH behave a bit more like metacity: If _NET_ACTIVE_WINDOW is
received and the window is not on the current worspace, it is brought here
(instead of the workspace switched to the other one). So for example, if you
click on the pidgin icon in the panel and the buddy list is already open some
where it is moved here.
2008-04-02 14:38:11 +00:00
Lukas Mai
7e3cb59c23
HintedGrid: guesstimate window flexibility and layout rigid windows first
2008-04-02 04:28:46 +00:00
Lukas Mai
adbf9032ca
HintedGrid: try both bottom-up/top-down window placement to minimize unused space
2008-04-02 01:25:38 +00:00
Lukas Mai
d2df9b329e
Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" mode
2008-04-02 01:21:26 +00:00
Brent Yorgey
25c23eb79d
XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cases where ManageDocks is not appropriate (dock apps that don't set STRUTS properly, adjusting for a display that is cut off on one edge, etc.)
2008-04-02 00:37:42 +00:00
gwern0
e170cfc611
improve WindowGo.hs Haddock formatting
2008-04-01 02:31:30 +00:00
gwern0
7382e616a9
forgot a haddock for getEditor in Shell.hs
2008-04-01 02:20:12 +00:00
gwern0
64396d85ab
WindowGo.hs: +raiseBrowser, raiseEditor
...
Specialize runOrRaise in the same way as with Actions.Search, for one's browser and one's editors.
2008-04-01 02:17:40 +00:00
gwern0
acd13fd324
RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classname
2008-04-01 01:50:49 +00:00
gwern0
a4fb5d127f
Search.hs: remove an argument from selectSearch and promptSearch
...
The new getBrowser function allows us to mv the old selectSearch and promptSearch aside as too-general functions, and replace them with new versions, which employ getBrowser to supply one more argument. This allows us to replace the tedious 'selectSearch google "firefox"; selectSearch yahoo "firefox"...' with shorter 'selectSearch google' and so on. One less argument.
Also, update the docs.
2008-04-01 01:39:47 +00:00
gwern0
494823eb82
Shell.hs: +getBrowser, getEditor, helper function
...
The helper function asks the shell for the value of a variable, else returns the second argument.
getBrowser and getEditor obviously specialize it for two particular possibly queries
2008-04-01 01:34:47 +00:00
Lukas Mai
dcd1aea5d6
XMonad.Layout.HintedGrid: initial import
2008-04-01 23:17:22 +00:00
Roman Cheplyaka
6c19138d55
Documentation improvement.
2008-04-01 13:43:05 +00:00
Roman Cheplyaka
8816dc5c3f
Remove broken link to screenshot.
2008-03-31 21:08:54 +00:00
Brent Yorgey
110c3863e8
MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common instances of Transformer, update MultiToggle docs accordingly
2008-03-31 20:17:39 +00:00
Michal Janeczek
f77f71512b
XMonad.Actions.CycleRecentWS: initial import
2008-03-31 11:19:06 +00:00
Lukas Mai
7abbbd4568
XMonad.Hooks.ManageDocks: export checkDoc
2008-03-31 01:29:11 +00:00
Lukas Mai
5bbf9700f3
XMonad.Layout.Grid: fix indentation
2008-03-30 00:48:59 +00:00
Brent Yorgey
c857ebe29c
move Direction type from WindowNavigation to ManageDocks (ManageDocks will move into the core, taking Direction with it)
2008-03-31 01:01:27 +00:00
Brent Yorgey
da5452b009
ManageDocks: clean up + add more documentation
2008-03-31 00:29:29 +00:00
Brent Yorgey
a09ed70091
Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for convenience, and update DynamicLog documentation to show proper imports
2008-03-28 20:54:46 +00:00
Brent Yorgey
bc0851f52a
ManageDocks: add avoidStrutsOn, for covering some docks and not others by default.
2008-03-27 20:39:40 +00:00
Brent Yorgey
4e66e0ad1b
ManageDocks: add ability to toggle individual gaps independently
2008-03-27 11:17:22 +00:00
Brent Yorgey
8efc32759a
PerWorkspace: add modWorkspace(s) combinators, for selectively applying layout modifiers to certain workspaces but not others
2008-03-26 21:43:51 +00:00
Roman Cheplyaka
c86dd6f097
Haddock fix
2008-03-30 13:44:35 +00:00
Spencer Janssen
0d310df103
Remove stale status gaps code
2008-03-29 23:07:37 +00:00
Spencer Janssen
071081f38e
Bump version to 0.7
v0.7
2008-03-29 19:24:00 +00:00
Spencer Janssen
64f04628b9
Fix haddock error
2008-03-29 19:17:52 +00:00
Lukas Mai
f15334d02d
XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transformer is active
2008-03-28 19:09:03 +00:00
Brent Yorgey
920336e1ac
Spiral: add documentation
2008-03-28 19:22:31 +00:00
David Roundy
c2d0a209eb
corrected version of make workspaceDir work even in workspaces with no windows.
2008-03-27 14:22:57 +00:00