Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/xmonad/xmonad-contrib

Contributed modules for xmonad
https://github.com/xmonad/xmonad-contrib

Fix usage doc.

e185d12b784cfd2a17cee451ed9abaf6c117c132 authored almost 17 years ago
EventHook: handle events after the underlying layout and more

- check the first time the Bool is True
- coding and naming style

12ca9dbfa6929213f762a96d6e4b38400715e9d7 authored almost 17 years ago
Fix haddock hyperlink.

aa4a928d36c64afecf9307585b5508834eeca61a authored almost 17 years ago
Add Hooks.ServerMode: an event hook to execute commands sent by an external client

6cac436d47e08bfc7287545f0fae88a2679dd1bd authored almost 17 years ago
Add EventHook: a layout modifier to handle X events

ce6241b6b3e5cbfc678bf61d85212dccb03e0f3e authored almost 17 years ago
ToggleLayouts: reimplemented with runLayout

c2dcd6ede86a83d721996c0c61fddc023530e5e7 authored almost 17 years ago
LayoutCombinators: NewSelect reimplemented with runLayout

e0987d1330e3eb700c2501f218d39a6f68689b4b authored almost 17 years ago
LayoutModifier: reimplement ModifiedLayout using runLayout and more

- change modifyLayout type to get the Workspace
- updated ResizeScreen and ManageDocks accordingly.

3ca4966b06b58720ddfdbd83783c6305d6e1dcde authored almost 17 years ago
PerWorksapce: use a safer False as default

32941d49b404f43b3e53198d00a3898cdfd883dc authored almost 17 years ago
PerWorkspace: reimplemented using runLayout

This way we have a Xinerama safe PerWorkspace and the emptyLayout
method for free.

c9e4f2dc10391759dafa82bd016f065699225688 authored almost 17 years ago
Combo: updated to latest runLayout changes

9ac91e3a15d39cdc5085c862a1bddd22f4dd3f76 authored almost 17 years ago
Add XMonad.Layout.IM

37b2051c047c33a6022f51af9bcfaddb1d41aefa authored almost 17 years ago
Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM)

4e828e85e355bd425b924b1846ae52348406f8c2 authored almost 17 years ago
Decoration: some haddock updates

d9e8311d528695d7bf8134df12e8bd80bd9d0c12 authored almost 17 years ago
Decoration: fix an issue with decoration window creation and more

- fix a bug reported by Roman Cheplyaka: when decorate returned
Nothing the window was never g...

e093874211f077b7919cbb9db418614ada7d36e0 authored almost 17 years ago
DynamicLog.hs: haddock fix

Someone forgot to check if her patch was going to break haddock docs
generation or not. So, whi...

cbeae0b86c27b448e7c06e351e5049dd87b0f921 authored almost 17 years ago
improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.Loggers

Improvements to DynamicLog include:
* Greatly expanded and improved documentation and examples...

2a8cb7d84c52cfce32f37857833c4d6f70b55dee authored almost 17 years ago
LayoutHints: fix a wrong fix

The case analisys of my fix should be the other way around... this is
the real fix.

172d422efb928ec7c697b420074cd1b6f764d29a authored almost 17 years ago
Arossato: updated to latest changes

9cd93a043a2c84388d0a6da5d545fe3eb01b8d97 authored almost 17 years ago
Decoration: comment only

This is a detailed commentary of all the code.

ce95a5c93a9e14f3c337b64a82d84bbaa642d6fb authored almost 17 years ago
Decoratione: generate rectangles first, and create windows accordingly

With this patch Decoration will first generate a rectangle and only if
there is a rectangle avai...

3f40309087e57c57dcc6a9d1b660d5e1dff94b34 authored almost 17 years ago
Fix doc for Tabbed

ad5b862c5ad11774bbb6090104c201fd1dd6d43d authored almost 17 years ago
Tabbed and TabBarDecoration: no need to implement decorateFirst (the default is used)

a6ce16d2e7a28b10b711962e7f14541891afe931 authored almost 17 years ago
TabBarDecoration: simpleTabBar automatically applies resizeVertical

Added some comments too.

fd250226bc1e5b3cf7e5d8a92b962c1565dfa3c3 authored almost 17 years ago
DwmStyle: comment fix only

a0067681f3c82078b8354aa7097f018c55369e41 authored almost 17 years ago
ResizeScreen: add resizeHorizontalRight and resizeVerticalBottom

4136c4eb220b2a56a5c78185e26569de0d07867f authored almost 17 years ago
Add TabBarDecoration, a layout modifier to add a bar of tabs to any layout

... and port DecorationMadness to the new system.

1e85802e2f4ca77749a2ac45861d9ee9865e4d23 authored almost 17 years ago
add Eq superclass to DecorationStyle and change styles in order not to decorate non managed windows

cf4bd0a2254c7eeb8d61f16f1a2572146608dfa5 authored almost 17 years ago
Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible, isInvisible

This patch includes several changes, which are strictly related and
cannot be recorded separatel...

651acdbc3eb11375fa38b08c4fe9e001ff28ebb7 authored almost 17 years ago
Prompt: regenerate completion list if there's just one completion

cb3f4248238d02e1db846b879e6527491e948f5d authored almost 17 years ago
Prompt.Theme: use mkComplFunFromList' to generate completions

977349d91137a02ae08e9ff76fb51c9b2cd48209 authored almost 17 years ago
some code formatting

72806ee75c8813de521b35a943ba92b5dbb9bdf0 authored almost 17 years ago
Prompt: comment only (clafiry completionToCommand uses)

6a026cf692d81e5e9f86c20bfd713da123f1a6bc authored almost 17 years ago
Prompt: comment only (remove confusing remarks about commandToComplete)

11d3eff158130343ed70745758fc0dff64fafa59 authored almost 17 years ago
Prompt: haddock fixes only

2871ea6662e35f0e5053ea89dab182e7412471e3 authored almost 17 years ago
Prompt.XMonad: use mkComplFunFromList' to get all the completions with an empty command line

62637b0325ff303d2cf55b10a237df32d44725b0 authored almost 17 years ago
Prompt.Window: remove unneeded and ugly escaping/unescaping

4def39f610a3a788252b6d247aebb11dd3ff82ef authored almost 17 years ago
Theme: move theme's nextCompletion implementation to Prompt.getNextCompletion

f6119822059af4f50a4c19aaeca98c68d8fda6ff authored almost 17 years ago
Shell: escape the string in the command line only

b06e4a50fb78348009635c40200ca85e0ba6905d authored almost 17 years ago
Prompt: add some methods to make completions more flexible

- now it is possible to decide if the prompt will complete the last
word of the command line o...

a7da5dd4601d76646a69ac3dffcf969c2ba64b20 authored almost 17 years ago
Prompt.Theme: display all theme information and handle completion accordingly

1dd33dc560dd8a0f4076166c96ec1034029a052b authored almost 17 years ago
Prompt.Shell: if there's just one completion and it is a directory add a trailing slash

e75327808018b46ff50892d915482928678108b9 authored almost 17 years ago
Prompt: added nextCompletion and commandToComplete methods to fine tune prompts' completion functions

99f6944c3d173fb1ad806e4846361372b5a635cc authored almost 17 years ago
Util.Themes: add ppThemeInfor to render the theme info

8a793ce064f98f4995169f0ab8a3d21833772135 authored almost 17 years ago
DecorationMadness: resizable layouts now use MouseResize too

f4fc09b00dd4877576af29bf29c7cdbffa242f81 authored almost 17 years ago
SimpleFloat now uses MouseResize

94b25299992349b807fdbb53360cd5dff41791df authored almost 17 years ago
Add Actions.MouseResize: a layout modifier to resize windows with the mouse

c948559c532a24cc97e51d1e55e0866f0f571458 authored almost 17 years ago
Decoration: remove mouse resize and more

- since mouse resize is not related to decoration, I removed the code
from here. Mouse resize ...

c5a57f337e60c13b48ead1130f4a902bc8106223 authored almost 17 years ago
Decoration.hs: variable names consistency only

0d69127db571a69e1edd1b8bdd1b2c8060cda5df authored almost 17 years ago
Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMouseDragHook method

... to disable mouse drag in tabbed layouts

7e8276d0b7a9b6f43f4b2179990d2d99b2893e44 authored almost 17 years ago
Decoration: DecorationStyle class cleanup and focus/drag unification

- moved decoEventHook to decorationEventHook
- added decorationMouseFocusHook, decorationMouseDr...

7ffe391d6c6fc35ac386b2a4d32547d5aa03dc3d authored almost 17 years ago
Small refactoring.

10862fe143c543ef5e21f9643d86143de5c0e6c8 authored almost 17 years ago
Fixed off-by-one error which broke strut handling for some panels.

83df2b4415ca903449b4267fb9c7588ff2822854 authored almost 17 years ago
Refactor XMonad.Hooks.DynamicLog

This allows using DynamicLog not only for statusbar.

364ba77cdc8fe92f3675b4e0b7363baed52c492f authored almost 17 years ago
DecorationMadness: comment only

f764fea5921da1f656ea6c939ff1980ee5da841e authored almost 17 years ago
DecorationMadness: added a few floating layouts

e57a9f011de3db7576b59a798d5162e17351349d authored almost 17 years ago
SimpleFloat: export SimpleFloat and add documentation

ab38525b721c323640cd657be7f0b51d611652f2 authored almost 17 years ago
Move DefaultDecoration from DecorationMadness to Decoration

041f12f21d43e62997c797b22afdc66480f78be9 authored almost 17 years ago
Themes: added robertTheme and donaldTheme

c1090dfcafcdcf654c270d0caf117e0473897470 authored almost 17 years ago
DecorationMadness: make tunable tabbed layouts respect the Theme decoHeight field

97371565fafc95f00af10db3638c0e0cad2a4169 authored almost 17 years ago
ScreenResize: vertical and horizontal now respond to SetTheme

And so they will change the screen dimension accordingly.

f2a268c14e10a1d50ddc9a467ac62b65a1daa751 authored almost 17 years ago
WindowGo.hs: fix syntax in example

8f71c70d37a548262596011f15ce3643d157da4c authored almost 17 years ago
Add DecorationMadness: a repository of weirdnesses

84d5962dbe2a9ccc27d40cbe2af26ae0b2f08993 authored almost 17 years ago
Decoration: change mouseEventHook to decoEventHook and more

Fix also the problem with window's movement when the grabbing starts

29093c649376e9e4b3f7e2a2ea4f9c0def4c0210 authored almost 17 years ago
Tabbed: add simpleTabbed and fx documentation

simpleTabbed is just a version of tabbed with default theme and
default srhinker.

4ee7aafd1c663a94b6fce5a7a27750107bce623c authored almost 17 years ago
Arossato: update to latest changes

42f78498f18d61e03f6fc176cb31602d411c8017 authored almost 17 years ago
Decoration: enable mouse dragging of windows

b8cf0d0694b3cea645b3b4c83ab22ab720d552f2 authored almost 17 years ago
WindowArranger: add a SetGeometry message - needed to enable mouseDrag

954981e2e3f1db0f3700c338d1c1248489b9c5f3 authored almost 17 years ago
Decoration: add a mouseEventHook methohd and move mouse button event there

7f5d86009d65d3f19d4f517e2818889d391b5d2e authored almost 17 years ago
Util.Thems: some more typos in comments

1a99a75bf38f9cec92a47eba7cd03255488874e0 authored almost 17 years ago
Util.Themes: documentation and export list (added themes that have been left out)

3df63c737616cdd8b59956a191f59f4f8d7da369 authored almost 17 years ago
Prompt.Theme: comments and some point-free

0e9b9d72630fa4d612734afcb0e600af3fddff7e authored almost 17 years ago
oxymor00nTheme

44730f59b348fb209d07fc6a4e077a289bfce3ab authored almost 17 years ago
Decoration: consistency of variable names

Since the configuration is now called Theme, the variable 'c' is now a
't'

8578cf419af8d70aa4d8d8068062c20ae8c2400d authored almost 17 years ago
Add Prompt.Theme: a prompt for dynamically applying a theme to the current workspace

7493f8fb04eaee2c8b2fc459f493e8306a3efe6a authored almost 17 years ago
Decoration: add a SetTheme message and releaseResources

...which should make it harder to forget to release the font structure.

2170415689b7b3afdbca54766435823bd7a6d666 authored almost 17 years ago
cabal file: respect alphabetic order for modules

b690154b979c54acb8968870f12e2cdcfb1fa327 authored almost 17 years ago
Add Util.Themes to collect user contributed themes

89fa99678689a433cf2b7d52f80d00aefd056a0f authored almost 17 years ago
SimpleFloat: comment only

4621e66837f4fbb4e0d9cc2f017b9a23b897e844 authored almost 17 years ago
Update to safer initColor api

0675af2b537be972bc96427bcf87aac79b46848c authored almost 17 years ago
add swapScreen to CycleWS

* add support for swapping the workspaces on screens to CycleWS

3e5b16da3dc7ff969f7d1d9e6a12d970112cb866 authored almost 17 years ago
use Util.WorkspaceCompare in Prompt.Workspace.

7b022b99815635f087320fff64f98660b0f62547 authored almost 17 years ago
roll back to previous version of Droundy.hs.

A cleaner WindowNavigation fix made the separation of tabbed and addTabs
not strictly necessary...

ed6b36b2896858d1011ae6d4515f5227c96b2480 authored almost 17 years ago
make WindowNavigation ignore decorations.

026400e7ef1feb896026fc005cacf5976ae0c30d authored almost 17 years ago
make tabbed work nicely with LayoutCombinators and WindowNavigation.

The problem is that WindowNavigation assumes all windows are navigable, and
it was getting confu...

5df47fcfc512968a4ab497f31724e54d18400f96 authored almost 17 years ago
make WindowNavigation work when windows are stacked.

f804991d22f9292c8a3f1861ba27572c6f4ad4b5 authored almost 17 years ago
+doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybe

37748e0b2613798ebd58a1b2e0cf4f846e18d6f7 authored about 17 years ago
Run.hs: add an option to runinterms

It turns out that for urxvt, and most terminal, apparently, once you give a '-e' option, that's ...

14792eb6cc0bcb98c1644f440a0c34595c5d4950 authored about 17 years ago
XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the help of Spencer Janssen

4c7a53646501fd7eb6e83c3fa3cdf73a28243958 authored about 17 years ago
enable proper handling of panels in droundy config.

10f24bccaf871128195b6f59404aebe938317c72 authored about 17 years ago
enable button click for focus in tabbed.

Note that this patch doesn't work with

Thu Dec 27 03:03:56 EST 2007 Spencer Janssen <sjanssen@...

a19af8a4f0027279f8de7c368019f68a0bea0563 authored about 17 years ago
in Decoration, remove windows that are precisely hidden underneath other windows.

This is needed for WindowNavigation to work properly with the new
Decorations framework.

dc81032fa8f5a99b2568779a931be1f5c2512dea authored about 17 years ago
switch tabbed back to using Simplest (so tabs will be shown).

8034498f916d499aded024d07b3daaf728432811 authored about 17 years ago
CycleWS: change example binding for toggleWS from mod-t to mod-z. example bindings shouldn't conflict with default key bindings.

e6d229e8e1b127d405805908b96e8ba6ea916bb7 authored about 17 years ago
REMOVE RotView: use CycleWS instead.

See CycleWS docs for info on switching, or just look at the changes to
XMonad.Config.Droundy.

5492a1265e32af9c831fb8b6069d1c02fe953877 authored about 17 years ago
CycleWS: add more general functionality that now subsumes the functionality of RotView. Now with parameterized workspace sorting and predicates!

1cfbd20de17910fd0b033667be3e51a76635ca05 authored about 17 years ago
WorkspaceCompare: some refactoring.

* Export WorkspaceCompare and WorkspaceSort types.
* Extract commonality in sort methods int...

902240b5e0ea2d0943273b7e75e9eb6b5157c5bb authored about 17 years ago
Search.hs: haddock cleanup

e685c5d0ff2321d97d0b1f212efe0aaab120f150 authored about 17 years ago
Added a handy tip to the documentation of XMonad.Actions.Search

The tip explains how to use the submap action to create a handy submap of keybindings for search...

f2877c4f20606f6bc7761ca2c5e241f89f13bd44 authored about 17 years ago
Make LayoutHints a decoration aware layout modifier

3b04fd42351537e0ad6a2b43b6c2d1cf4c4a1e21 authored about 17 years ago