71 Commits

Author SHA1 Message Date
David Roundy
f2b5dfebed add ToggleLayouts module. 2007-10-18 21:45:25 +00:00
Spencer Janssen
3b71671751 Remove RunInXTerm in favor of Run 2007-10-17 20:22:01 +00:00
Christian Thiemann
830945336f Move runXXX functions to one module
This patch takes runProcessWithInput out of Dmenu, runProcessWithInputAndWait
out of Dzen, and runInXTerm out of RunInXTerm and collects them in one central
module called Run.  This way, other modules may include Run instead of Dmenu
to get what they want without giving the impression of making use of dmenu.
2007-10-12 14:52:33 +00:00
Joachim Fasting
ac633a1486 MetaModule.hs: add WorkspacePrompt. 2007-10-17 18:20:27 +00:00
David Roundy
1d20921fb2 add TilePrime to MetaModule. 2007-10-17 13:32:02 +00:00
Don Stewart
6f166ab4cb note combo broken under head 2007-10-13 23:25:24 +00:00
Joachim Fasting
4b5a4b7a23 MetaModule.hs: add RunInXTerm and XUtils. 2007-10-12 11:42:52 +00:00
Juraj Hercek
0ea83bd92f Added wmii like actions extension. 2007-10-10 20:14:52 +00:00
Spencer Janssen
144e8baf53 Add XSelection to MetaModule 2007-10-10 16:03:40 +00:00
Andrea Rossato
e30a4dc136 MetaModule: added WindowPrompt 2007-10-09 16:34:45 +00:00
Devin Mullins
5ea3b29dd5 d'oh, add WindowBringer to MetaModule 2007-10-07 18:51:38 +00:00
mail
af3efea238 Move my NextWorkspace functionality into CycleWS
Hi,

This patch merges the additional functionality of my NextWorkspace into CycleWS,
using a compatible interface for what was there before.

Greetings,
Joachim
2007-10-07 10:39:33 +00:00
mail
51033a3315 NextWorkspace: Go forward or backward
Hi,

inspired by RotView, I implemented an Extension that allows the user to go
forward or backward in the list of workspaces, or to move the current
window to the next or previous workspace. Haddock included. Works here, but
hardly tested (and while tired).

Cu torrow @ HacII, if you are there.

Greetings,
Joachim
2007-10-06 23:30:10 +00:00
Andrea Rossato
39c0f0355b Add ShellPrompt to MetaModule 2007-10-07 07:59:37 +00:00
l.mai
560801a88a add MouseGestures to MetaModule 2007-10-06 23:07:35 +00:00
l.mai
c1ab053662 re-add SwitchTrans to MetaModule 2007-10-06 23:07:11 +00:00
mail
6c2b35046d (un)Manage Docks based on WINDOW_TYPE
Hi,

this is a replacement for the example code in Config.hs that should detect
and unamange, for example, the gnome-panel.

The problem with that code is that it also unamangs dialog boxes from gnome-panel
which then are not usable (no keyboard intput, at least here).

Greetings,
Joachim
2007-10-06 13:28:02 +00:00
Joachim Fasting
81c44fa3f6 MetaModule.hs: add Dishes. 2007-10-06 12:39:00 +00:00
Joachim Fasting
34b2ebb0a4 MetaModule.hs: whitespace. 2007-10-06 12:35:40 +00:00
Joachim Fasting
8f1a18d853 MetaModule.hs: add some missing imports. 2007-10-06 12:35:25 +00:00
Joachim Fasting
91501f7a1c MetaModule.hs: typo. 2007-10-06 12:32:14 +00:00
mail
32cffdbca1 EwmhWindows wrap up for inclusion
Now with haddock documentation, a proper header and nicer, warningfree code, ready
for a first release and inclusion in XMonadConrib. It works for me, but needs more
testing. If you run xmonad with gnome-panel or something similar, please try it.

Thanks,
Joachim
2007-10-06 11:05:29 +00:00
l.mai
972e262e3a add Grid to MetaModule 2007-10-05 23:00:32 +00:00
Jamie Webb
2f7fb1480d Maximize layout modifier 2007-10-04 06:12:02 +00:00
Spencer Janssen
093dd7a400 Mark modules that haven't been ported to the new API yet.
These need to be ported or removed before the 0.4 release.
2007-10-03 16:45:16 +00:00
Spencer Janssen
2bf55b0138 Add XPropManage to MetaModule 2007-10-03 16:42:36 +00:00
Spencer Janssen
d60c48238e Add SwapWorkspaces to MetaModule 2007-10-03 16:34:05 +00:00
Spencer Janssen
12c4318b03 SimpleStacking is deprecated 2007-10-02 18:56:04 +00:00
Jamie Webb
e7780183fe An alternative mosaic layout implementation 2007-10-02 01:17:16 +00:00
David Roundy
81371c20fa add new WindowNavigation module. 2007-09-28 13:19:06 +00:00
Spencer Janssen
9609ec3cc3 Move NewTabbed to Tabbed 2007-09-27 23:18:40 +00:00
Spencer Janssen
d562b3c572 Remove Tabbed.hs 2007-09-27 23:10:02 +00:00
Spencer Janssen
35b3920524 Remove Decoration.hs 2007-09-27 23:09:47 +00:00
Spencer Janssen
14c44216dc Remove LayoutChoice, this functionality is in the core 2007-09-25 21:49:12 +00:00
David Roundy
220cea642d rename LayoutHelpers to LayoutModifier. 2007-09-23 21:59:56 +00:00
David Roundy
451b5e869d add LayoutChoice module. 2007-09-06 15:49:55 +00:00
Karsten Schoelzel
883854c1e8 Add FloatKeys for moving and resizing of floating windows with the keyboard 2007-09-05 21:25:31 +00:00
Ivan Tarasov
29a9eb9f5a new SetWMName module, useful for working around problems running Java GUI applications. 2007-08-26 00:44:11 +00:00
David Roundy
4efa95ece0 remove LayoutHooks module (which is unused). 2007-08-23 15:45:20 +00:00
Spencer Janssen
0f1618bac9 Add CycleWS to MetaModule 2007-09-05 20:31:37 +00:00
David Roundy
253fab0861 add DragPane. 2007-08-13 14:40:07 +00:00
Andrea Rossato
f581d0ea3c MetaModule: removed BackCompat no longer in the repository 2007-08-18 07:19:16 +00:00
David Roundy
002b15cb1f use XPrompt in WorkspaceDir. 2007-08-14 19:11:03 +00:00
David Roundy
93ae00b665 new module DynamicWorkspaces to add and remove workspaces. 2007-08-14 01:15:01 +00:00
Spencer Janssen
7d9c2158ff Remove GreedyView: the functionality is now in StackSet 2007-08-15 02:21:01 +00:00
Spencer Janssen
b19f9499a9 Add ViewPrev to MetaModule 2007-08-10 21:12:42 +00:00
Spencer Janssen
ec1c059de5 Add Roledex to MetaModule 2007-08-06 15:16:28 +00:00
Andrea Rossato
dfec5aa7e9 MetaModule: added XPrompt and others
XPrompt, XMonadPrompt, SshPrompt.
ShellPrompt is commented out since it requires readline and the related
xmonad.cabal modifications.
2007-08-04 09:30:49 +00:00
joachim.fasting
3e8da5c992 MetaModule.hs: add FocusNth. 2007-08-02 14:40:23 +00:00
Spencer Janssen
9094973d15 Add ThreeColumns to MetaModule 2007-08-02 14:33:56 +00:00