daniel
57a62ce871
add IndependentScreens to xmonad-contrib.cabal
2009-02-21 23:16:32 +00:00
'Luis Cabellos
6037b0db21
Add Cross Layout
2009-02-09 17:48:02 +00:00
wirtwolff
bd3c36d62e
+A.CycleWindows: bindings to cycle windows in new ways
...
Provides binding actions and customizable pure stack operations
to cycle through a list of permutations of the stack (recent),
cycle nth into focus, cycle through focus excluding a neighbor,
cycle unfocused, shift a window halfway around the stack.
Esp. for Full, two or three pane layouts, but useful for any
layout with many windows.
2009-02-07 17:06:22 +00:00
Roman Cheplyaka
c1b9f308d9
Remove X.U.SpawnOnWorkspace (superseded by X.A.SpawnOn)
2009-02-04 10:36:35 +00:00
Brent Yorgey
d1e2991ccf
move XMonad.Actions.SinkAll functionality to more general XMonad.Actions.WithAll, and re-export sinkAll from X.A.SinkAll for backwards compatibility
2009-01-27 22:23:55 +00:00
quentin.moser
eed05efeab
XMonad.Actions.MessageFeedback module
2009-01-26 18:10:59 +00:00
Daniel Schoepe
70e9b9b2d6
Support for spawning most applications on a specific workspace
2009-01-25 19:10:45 +00:00
Adam Vogt
5c849c1fc6
A mosaic layout based on MosaicAlt
...
The position of a window in the stack determines its position and layout. And
the overall tendency to make wide or tall windows can be changed, though not
all of the options presented by MosaicAlt can be reached, the layout changes
with each aspect ratio message.
2009-01-24 02:20:58 +00:00
Spencer Janssen
c51f64476a
Add XMonad.Actions.SpawnOn
2009-01-17 04:04:32 +00:00
Spencer Janssen
d1b2eb4bbb
Bump version to 0.8.1
2009-01-16 22:36:07 +00:00
Spencer Janssen
03513bb9b4
Compile without optimizations on x86_64 and GHC 6.10
...
This is a workaround for http://xmonad.org/bugs/226
2009-01-08 23:16:50 +00:00
portnov84
f885e942e9
CenteredMaster
...
centerMaster layout modifier places master window at top of other, at center of screen. Other windows are managed by base layout.
topRightMaster is similar, but places master window at top right corner.
2009-01-11 13:45:13 +00:00
xmonad
f3617e75c5
ThreeColumnsMiddle
2009-01-02 09:10:19 +00:00
Norbert Zeh
52379a3736
addition of combined TallGrid layout
...
Added a module XMonad.Layouts.GridVariants, which defines layouts
Grid and TallGrid. The former is a customizable version of Grid. The latter
is a combination of Grid and Tall (see doc of the module).
2008-12-12 18:48:36 +00:00
Justin Bogner
a11a42b2a5
Add FixedColumn, a layout like Tall but based on the resize hints of windows
2008-12-13 07:30:54 +00:00
Braden Shepherdson
1d78c1fd60
Remove XMonad.Config.PlainConfig, it has been turned into the separate xmonad-light project.
2008-12-03 16:15:34 +00:00
Roman Cheplyaka
8cc3556448
added XMonad.Layout.Monitor
2008-11-15 10:47:35 +00:00
Clemens Fruhwirth
de64bf60b4
Initial version of GridSelect.hs with a lot room for improvement/cleanups
2008-11-07 11:51:14 +00:00
Don Stewart
9d2a5d4acc
typo
2008-11-04 04:30:44 +00:00
Don Stewart
b6164c6ddc
place an upper bound on the version of base we support
2008-11-04 03:58:57 +00:00
gwern0
b0c3dcc192
-DUTF8 flag with -DUSE_UTF8
2008-09-21 15:40:14 +00:00
Devin Mullins
205032840b
add XMonad.Config.Azerty
2008-09-24 04:49:46 +00:00
Spencer Janssen
2477985387
Move XMonad.Util.XPaste to XMonad.Util.Paste
2008-09-21 06:09:47 +00:00
Spencer Janssen
8d670902e5
Depend on X11 >= 1.4.3
2008-09-21 05:54:56 +00:00
gwern0
4ae4a7ec07
+XMonad.Util.XPaste: a module for pasting strings to windows
2008-09-20 15:21:06 +00:00
Spencer Janssen
25896cd43d
Bump version to 0.8
2008-09-05 19:44:15 +00:00
Spencer Janssen
1df08883b8
Accept a range of xmonad versions
2008-08-20 21:40:56 +00:00
Braden Shepherdson
1a9af96070
Added XMonad.Hooks.DynamicHooks
...
Allows runtime creation and modification of ManageHooks. Also allows one-shot
ManageHooks that are removed after the fire. Note that if several transient
hooks fire at once, only the most recently defined is executed, and all
are removed.
2008-07-24 22:20:54 +00:00
Spencer Janssen
94101637c9
I prefer the spencerjanssen@gmail.com address
2008-07-14 20:40:05 +00:00
Don Stewart
955a4bd24f
Add missing xfce module to .cabal
2008-06-02 17:42:19 +00:00
Justin Bogner
5fc69c1ae7
add FadeInactive to fade out inactive windows using xcompmgr
2008-05-23 20:58:38 +00:00
Malebria
65109b90c6
Add XMonad.Actions.Plane
2008-05-23 00:43:57 +00:00
acura
8a4ffb3e57
StackTile
...
A simple patch to get a dishes like stacking, but with the ability to resize master pane.
2008-05-20 19:55:59 +00:00
David Roundy
8c65d469db
remove ScratchWorkspace.
...
It's ugly code, and I'd be surprised if anyone actually uses it. I see no
reason to continue to maintain it.
2008-05-16 18:57:29 +00:00
Braden Shepherdson
dd0ad36b22
Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text configuration file parser
...
An example of the config file format can be found in the Haddock.
Notably missing features are docks and more layouts than just the standard three.
2008-05-17 22:29:16 +00:00
David Roundy
60f269f0b3
add BoringWindows module to make certain windows skipped when rotating focus.
2008-05-14 16:28:46 +00:00
zhen.sydow
ac6f1a66fe
move AppLauncher from Actions module to Prompt module
2008-05-13 20:12:52 +00:00
Devin Mullins
b45722cf82
add draft XMonad.Actions.WindowNavigation
...
This is an experiment with replacing the WindowNavigation LayoutModifier with
one that simply adds keybindings and stores state in an IORef. Credit to
droundy for the original code -- hopefully I'm not butchering it. The end
intent is to add Xinerama support, but it'll be a little while before I get
there.
2008-05-04 05:00:22 +00:00
zhen.sydow
07b2f424b1
new contrib module to launch apps with command line parameters
2008-05-13 13:47:54 +00:00
Spencer Janssen
1e6c4e485a
Add XMonad.Config.Kde
2008-05-07 02:08:33 +00:00
Spencer Janssen
034eee34e3
Add XMonad.Config.Desktop and XMonad.Config.Gnome
2008-04-30 08:22:53 +00:00
Spencer Janssen
49b705906b
Alphabetize exposed-modules
2008-04-30 03:54:53 +00:00
joamaki
0df598fa5d
new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like SimpleFloat, but without decoration
2008-04-24 22:09:57 +00:00
Don Stewart
336c617cbe
remove my config file -- the wiki is where its at.
2008-04-19 19:56:50 +00:00
Trevor Elliott
5344db6c90
Script-based hooks
2008-04-16 21:30:24 +00:00
Lukas Mai
b495c7f725
XMonad.Layout.Master: initial import
2008-04-04 22:07:34 +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
Lukas Mai
dcd1aea5d6
XMonad.Layout.HintedGrid: initial import
2008-04-01 23:17:22 +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