Commit Graph

398 Commits

Author SHA1 Message Date
Andrea Rossato
5116847159 Added a NewTabbed module with a new tabbed layout to test 2007-09-24 19:34:19 +00:00
Andrea Rossato
ac82b7ec35 LayoutModifier updated to use LayoutMessages 2007-09-24 19:33:45 +00:00
David Roundy
4bd8319e02 move ThreeCol over to new class. 2007-09-24 19:16:32 +00:00
Spencer Janssen
b34251c722 Use the new modifiers in LayoutHints 2007-09-24 06:20:00 +00:00
Spencer Janssen
318c5e83eb Use the new layout switcher in Commands 2007-09-24 06:05:41 +00:00
Spencer Janssen
59be9148e4 Follow kind changes in FindEmptyWorkspace 2007-09-24 05:59:28 +00:00
David Roundy
38657d40c6 update WorkspaceDir. 2007-09-23 22:14:56 +00:00
David Roundy
220cea642d rename LayoutHelpers to LayoutModifier. 2007-09-23 21:59:56 +00:00
David Roundy
6a4ed37fb0 convert LayoutScreens to class. 2007-09-23 21:59:42 +00:00
David Roundy
f82d3dadb2 Update NoBorders and LayoutHelpers. 2007-09-23 19:26:40 +00:00
David Roundy
89f89021ab add a hook to LayoutHelpers. 2007-09-23 12:17:23 +00:00
David Roundy
92834a2493 use default modifyLayout in Circle. 2007-09-23 11:52:57 +00:00
David Roundy
dcaae4f01b update LayoutHelpers to work with new Layout class. 2007-09-23 11:49:29 +00:00
Andrea Rossato
4c841078b3 make TwoPane work with Layout class 2007-09-22 12:42:10 +00:00
Andrea Rossato
62f6884423 Circle: must export type constructor 2007-09-22 12:41:26 +00:00
David Roundy
8d1d4b466e make Circle work with Layout class. 2007-09-21 21:55:25 +00:00
Spencer Janssen
59789e11f4 Cope with StackSet export changes 2007-09-24 09:10:31 +00:00
Joachim Fasting
fa98fc3b7d Rolodex.hs: add missing type signature.
div' is only used with Dimension, used Integral to keep it general.
2007-09-19 21:54:36 +00:00
Joachim Fasting
35f29b75d3 Warp.hs: remove seemingly unused code. 2007-09-19 21:46:34 +00:00
Joachim Fasting
4bde5e30b6 CopyWindow.hs: -Wall police. 2007-09-19 21:45:56 +00:00
Joachim Fasting
d557e5f382 CopyWindow.copy: remove seemingly unnecessary parameter from helper func. 2007-09-19 21:45:26 +00:00
Joachim Fasting
119412d095 DirectoryPrompt.hs: add missing type signature. 2007-09-19 21:37:36 +00:00
Joachim Fasting
2fa916ad29 LayoutChoice.hs: update module header. 2007-09-19 21:31:01 +00:00
Joachim Fasting
3ce4b71b13 LayoutChoice.hs: add LANGUAGE pragma. 2007-09-19 21:28:15 +00:00
Joachim Fasting
1f3bdd659a SinkAll.hs: -Wall police. 2007-09-19 21:23:59 +00:00
gwern0
8d29875f8b XPrompt.hs: replace 'borderWidth' with 'borderPixel'
borderWidth is already defined in Config.hs. Thus, if one attempted to use a prompt configuration different than defaultXPConfig, and one defined it in one's Config.hs where it should be, then the borderWidth field would cause a warning by -Wall, since borderWidth is already a name being used by XMonad at large.
2007-09-18 16:29:50 +00:00
Spencer Janssen
4d2170bbb4 Operations.sink is gone 2007-09-17 21:41:13 +00:00
Spencer Janssen
6c7fde2991 Match 'Remove Operations functions which have StackSet equivalents' from the core 2007-09-17 21:33:29 +00:00
Brandon S Allbery KF8NH
67779476ed SshPrompt.hs: fix some copy/paste errors, rebind sshPrompt to not conflict with xmonadPrompt
Just a minor patch to the comments/documentation, which was clearly copied
unchanged from ShellPrompt.hs.
2007-09-16 18:25:20 +00:00
David Roundy
2aaadede35 make fixedLayout accept a list of Rectangles.
This works nicely for describing a fixed xinerama-like layout.
(e.g. when using two distinct VNC clients to log into a single
VNC server and attain multiheadedness).
2007-09-11 13:48:45 +00:00
Michael Fellinger
44a2e41a15 Fixing some typos and grammar in documentation. 2007-09-11 02:31:58 +00:00
Michael Fellinger
0994d187f2 Typo in Tabbed.hs documentation 2007-09-11 02:18:15 +00:00
Brandon S Allbery KF8NH
f5f674280d ssh-global-known-hosts
Add support for global ssh known hosts file, which is checked for via
$SSH_KNOWN_HOSTS or a standard list of locations.  This is stripped of
comments and hashed hosts, combined with the local hosts file (which is
trated the same way), and duplicates eliminated.
2007-09-09 22:24:32 +00:00
David Roundy
451b5e869d add LayoutChoice module. 2007-09-06 15:49:55 +00:00
Joachim Fasting
220d6b1888 FloatKeys.hs: needs -fglasgow-exts to compile. 2007-09-09 14:42:15 +00:00
Joachim Fasting
0bf45b94cf DragPane.hs: needs -fglasgow-exts to compile. 2007-09-09 14:42:05 +00:00
Karsten Schoelzel
9ab2d77798 Unify Drag(UpDown)Pane 2007-09-04 21:03:12 +00:00
David Roundy
3c72df8713 add function and comment assisting use in resizing the screen. 2007-09-06 12:55:43 +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
Karsten Schoelzel
e345ad893d Fix FlexibleResize for change in applySizeHints 2007-09-05 19:39:26 +00:00
David Roundy
c0ed2a6bbc make dragPane handle thinner. 2007-09-05 12:41:39 +00:00
David Roundy
c7728a6b6a cleanup in WorkspaceDir. 2007-08-27 18:58:33 +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
David Roundy
5943b98bf2 cleanup in DwmPromote. 2007-08-23 15:54:37 +00:00
David Roundy
266f5cfc0a cleanup in ViewPrev. 2007-08-23 15:54:05 +00:00
David Roundy
4b9bfe0a8a clean up CopyWindow. 2007-08-23 15:59:12 +00:00
Spencer Janssen
0f1618bac9 Add CycleWS to MetaModule 2007-09-05 20:31:37 +00:00
Andrea Rossato
12503e090a CycleWS: a couple of simple functions to cycle between workspaces 2007-08-21 06:11:32 +00:00
David Roundy
e0a509171e make Contrib use WorkspaceId = type String. 2007-08-20 11:38:13 +00:00