Spencer Janssen
071081f38e
Bump version to 0.7
2008-03-29 19:24:00 +00:00
Justin Bogner
f0cb1b3bf2
added RunOrRaisePrompt, exported getCommands from Shell
2008-03-23 22:26:32 +00:00
David Roundy
c0519e4375
cut Anneal and Mosaic.
2008-03-22 15:35:46 +00:00
Don Stewart
426a9e4795
mark Mosaic as broken. use MosaicAlt
2008-03-20 22:37:17 +00:00
Andrea Rossato
6cac436d47
Add Hooks.ServerMode: an event hook to execute commands sent by an external client
2008-02-24 13:37:06 +00:00
Andrea Rossato
ce6241b6b3
Add EventHook: a layout modifier to handle X events
2008-02-24 11:24:32 +00:00
Roman Cheplyaka
4015eb2c6f
Move window properties to a separate Util module
...
Add XMonad.Util.WindowProperties
Modify XMonad.Layout.IM.hs to use WindowProperties.
2008-03-18 16:56:58 +00:00
xmonad
e216c95beb
Add XMonad.Actions.Promote
2008-03-16 20:57:22 +00:00
Andrea Rossato
5a9781ee48
Font and XUtils: add UTF-8 support and various fixes related to XFT
...
- printStringXMF: use the background color for XFT fonts too
- textWidthXMF now returns the text width even with xft fonts
- textExtentsXMF will now return only the ascend and the descent of a
string.
- stringPosition now takes the display too
- add support for UTF-8 locales: if the contrib library is compiled
with the 'with_xft' or the 'with_utf8' option the prompt and the
decoration system will support UTF-8 locales - this requires
utf8-strings.
2008-03-02 09:57:12 +00:00
Juraj Hercek
4f2e1927b0
Removed WmiiActions module.
2008-03-05 08:23:36 +00:00
Juraj Hercek
34f9ad7d1f
Import of new DirExec module.
...
- allows execution of executable files from specific directory
2008-02-29 21:22:57 +00:00
robreim
26de20d294
UpdatePointer XMonadContrib module
2008-03-01 13:44:01 +00:00
Roman Cheplyaka
11e57ce367
Add XMonad.Actions.PerWorkspaceKeys
2008-03-02 20:23:46 +00:00
David Roundy
4e6f032d64
implement ScratchWorkspace.
2008-02-29 22:43:16 +00:00
Braden Shepherdson
04a8c51f95
Scratchpad terminal
...
Key binding and ManageHook to pop up a small, floating terminal window for a few quick commands.
Combined with a utility like detach[1], makes a great X application launcher.
Requires my two new ManageHooks (doRectFloat, specifically).
[1] http://detach.sourceforge.net
2008-02-25 18:36:33 +00:00
Roman Cheplyaka
37b2051c04
Add XMonad.Layout.IM
2008-02-21 08:57:52 +00:00
Brent Yorgey
2a8cb7d84c
improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.Loggers
...
Improvements to DynamicLog include:
* Greatly expanded and improved documentation and examples
* remove seemingly useless makeSimpleDzenConfig function
* factor out xmobarPP
* add new ppExtras field to PP record, for specifying 'extra'
loggers which can supply information other than window title,
layout, and workspace status to a status bar (for example, time and date,
battery status, mail status, etc.)
The new XMonad.Util.Loggers module provides some example loggers that
can be used in the new ppExtras field of the PP record. Create your own,
add them to this module, go crazy! =)
2008-02-19 21:01:28 +00:00
Andrea Rossato
1e85802e2f
Add TabBarDecoration, a layout modifier to add a bar of tabs to any layout
...
... and port DecorationMadness to the new system.
2008-02-18 16:11:21 +00:00
Andrea Rossato
c948559c53
Add Actions.MouseResize: a layout modifier to resize windows with the mouse
2008-02-12 17:34:55 +00:00
Andrea Rossato
84d5962dbe
Add DecorationMadness: a repository of weirdnesses
2008-02-09 18:25:15 +00:00
Andrea Rossato
7493f8fb04
Add Prompt.Theme: a prompt for dynamically applying a theme to the current workspace
2008-02-07 18:43:21 +00:00
Andrea Rossato
b690154b97
cabal file: respect alphabetic order for modules
2008-02-07 18:31:53 +00:00
Andrea Rossato
89fa996786
Add Util.Themes to collect user contributed themes
2008-02-07 18:28:43 +00:00
gwern0
4c7a536465
XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the help of Spencer Janssen
2008-02-04 17:34:02 +00:00
Brent Yorgey
5492a1265e
REMOVE RotView: use CycleWS instead.
...
See CycleWS docs for info on switching, or just look at the changes to
XMonad.Config.Droundy.
2008-02-01 18:06:18 +00:00
Roman Cheplyaka
bb1fce547f
add XMonad.Actions.CycleSelectedLayouts
2008-01-16 20:50:20 +00:00
Brent Yorgey
fd3751ea61
xmonad-contrib.cabal: add build-type field to get rid of Cabal warning
2008-01-28 19:01:37 +00:00
Andrea Rossato
ee0b0d59cb
Add ResizeScreen, a layout modifier for modifing the screen geometry
2008-01-27 01:07:55 +00:00
Andrea Rossato
de40bee12f
Add SimpleFloat a very basic floating layout that will place windows according to their size hints
2008-01-26 20:54:10 +00:00
Andrea Rossato
18e5a2658f
Add DwmStyle, a layout modifier to add dwm-style decorations to windows in any layout
2008-01-25 15:21:52 +00:00
Andrea Rossato
8c3d08544a
Adde SimpleDecoration, a layout modifier to add simple decorations to windows in any layout
2008-01-25 15:21:06 +00:00
Andrea Rossato
82a62c856f
Add Layout.Simplest, the simplest layout
2008-01-25 15:20:15 +00:00
Andrea Rossato
6a6a09a991
Add Decoration, a layout modifier and a class for easily writing decorated layouts
2008-01-25 15:17:26 +00:00
Andrea Rossato
c749fbc399
Add WindowArranger, a layout modifier to move and resize windows with the keyboard
2008-01-25 15:16:33 +00:00
Spencer Janssen
2659a12049
depend on xmonad-0.6
2008-01-27 22:11:01 +00:00
Spencer Janssen
3533a5d3f3
Bump version to 0.6
2008-01-27 21:15:04 +00:00
Spencer Janssen
dec7167bc8
-Werror when flag(testing) only
2008-01-18 01:52:07 +00:00
Brent Yorgey
4026d40730
Layout.Reflect: new contrib module for reflecting layouts horizontally/vertically
2008-01-15 03:09:47 +00:00
Andrea Rossato
6283298a85
Add XMonad.Util.Timer, a module to set up timers and to handle them
2008-01-13 09:01:40 +00:00
Andrea Rossato
926c5ec9d2
Add ShowWName a layout modifier to show the workspace name
...
This module requires dzen
2007-12-31 13:04:41 +00:00
gwern0
7b3466d9a9
Search.hs: mv into Actions/ per IRC suggestion
2007-12-24 04:37:35 +00:00
Lukas Mai
bf55da2bad
add XMonad.Actions.NoBorders
2007-12-20 20:39:53 +00:00
Spencer Janssen
e11534fa56
Factor workspace sorting into a separate module
2007-12-22 10:41:14 +00:00
Spencer Janssen
d4798cf7ae
Depend on X11-1.4.1, it has crucial bugfixes
2007-12-15 02:21:51 +00:00
Spencer Janssen
5954f61988
Remove network dependency, potentially breaking XMonad.Util.Search
2007-12-14 23:18:59 +00:00
gwern0
38306b1deb
+cabal support for XMonad.Util.Search
2007-12-13 20:56:54 +00:00
Lukas Mai
02012aeedd
new XMonad.Hooks.ManageHelpers module
2007-12-11 18:30:40 +00:00
Spencer Janssen
aca2d6f365
Bump version to 0.5!
2007-12-09 23:16:22 +00:00
Spencer Janssen
5f190a315e
Typo in extra-source-files
2007-12-05 05:03:11 +00:00
Spencer Janssen
05bca1c2aa
Depend on X11>=1.4.0
2007-12-05 05:00:12 +00:00