Ecosyste.ms: OpenCollective

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

xmonad

Dynamically tiling X11 window manager that is written and configured in Haskell.
Collective - Host: opensource - https://opencollective.com/xmonad - Website: https://xmonad.org/ - Code: https://github.com/xmonad

ghc thinks I don't need those fromIntegrals

github.com/xmonad/xmonad-contrib - 039a76c9cb296edd921c08253e63afcc43a7eecb authored over 17 years ago
Comment only

github.com/xmonad/xmonad - 6dcd66f16ecf876a3d3aff0c659d09fc717421b5 authored over 17 years ago
XPrompt: fixes a nasty bug in getLastWord

This patch fixes a nasty bug in getLastWord, a bug that causes XMonad
to crash as soon as the co...

github.com/xmonad/xmonad-contrib - 990d65eb3e20bef88d8bca1a0d1ac8cb261bbc2c authored over 17 years ago
Make FlexibleManipulate comply with new mouse dragging system

github.com/xmonad/xmonad-contrib - 1902feb3ce616e804d971a4014822224ac5c6c45 authored over 17 years ago
Operations.windows: minor refactor

github.com/xmonad/xmonad - 919774dff82342cd7203d0fec92b6d045f334c4c authored over 17 years ago
Add greedyView, make it the default action for mod-wer

github.com/xmonad/xmonad - 2f3ccd7ab6a8ec928f4894f555a073e4b63b050f authored over 17 years ago
Remove GreedyView: the functionality is now in StackSet

github.com/xmonad/xmonad-contrib - 7d9c2158ffd5b6d969a55c3cd668cac818a12886 authored over 17 years ago
use XPrompt in WorkspaceDir.

github.com/xmonad/xmonad-contrib - 002b15cb1f54204238b0d0df082f1beeafa19a7d authored over 17 years ago
clean up DynamicWorkspaces to handle layouts properly.

github.com/xmonad/xmonad-contrib - 709c2b857395f4a7781b0e91264911db75196814 authored over 17 years ago
Use maskEvent rather than nextEvent. Fixes rare segfaults

github.com/xmonad/xmonad-contrib - 5e358c365e72e4d288292d9b21e8b8436d500d1f authored over 17 years ago
make DynamicWorkspace more thorough.

Note: there's still a bug due to our failure to inform
the old layouts to clean up.

github.com/xmonad/xmonad-contrib - c6167c3f2d17118ffe0ed57e9f5eb04f56b403d0 authored over 17 years ago
new module DynamicWorkspaces to add and remove workspaces.

github.com/xmonad/xmonad-contrib - 93ae00b665106bfeb793b156dc7981eae1249a6b authored over 17 years ago
simplify code in StackSet.

github.com/xmonad/xmonad - df4c18a18164b9b2e6d3d39577fc47aee69893dc authored over 17 years ago
fix Commands to work with new workspaces.

github.com/xmonad/xmonad-contrib - 1fbdc5bb751854f405e6460105b61747db8b7663 authored over 17 years ago
change workspaces to [WorkspaceId]

github.com/xmonad/xmonad - ec0995a3a6ec5af96af4a3487af20cb7352bbd15 authored over 17 years ago
remove unneeded do.

github.com/xmonad/xmonad - 2716b1ada637e1b12d0fbfe7c8d0389c1e06ba33 authored over 17 years ago
make splitHorizontallyBy accept any RealFrac.

github.com/xmonad/xmonad - 34d8d51a77bc53ab95968afdd6906aa72b2c1133 authored over 17 years ago
fix bug in Combo where we ignored changes in super.

github.com/xmonad/xmonad-contrib - be4a63dd2cbe161c93779f17aa11b00cd1bc4a33 authored over 17 years ago
Add ViewPrev to MetaModule

github.com/xmonad/xmonad-contrib - b19f9499a962503cb6b1046c2d1e3494a30b3237 authored over 17 years ago
Decoration: don't crash when given a non-existent font

github.com/xmonad/xmonad-contrib - 300a017edf0f8ee64aa63324826588c2cee7f166 authored over 17 years ago
increase default contrast in XPrompt.

github.com/xmonad/xmonad-contrib - ae5fa6c7e73e266ec3cd0cc641b24b303e270c47 authored over 17 years ago
actually use the selected font in XPrompt.

github.com/xmonad/xmonad-contrib - 17342a2421f2f8cf62e4e7018c07933c34d85bc2 authored over 17 years ago
center prompt text in window.

github.com/xmonad/xmonad-contrib - 468e2ff247ea316439b6e67ce7f8e8efc3ba4bac authored over 17 years ago
don't crash when given a non-existent font in XPrompt.

github.com/xmonad/xmonad-contrib - dd88f670da06879ae0bdb2c9bd86c9ad4ede90a2 authored over 17 years ago
ViewPrev.hs

Add a ViewPrev extension which gives a viewPrev command to view the
previously visible workspace.

github.com/xmonad/xmonad-contrib - fd11b6f28e309fdd5baa61ffcce6becbd22f7526 authored over 17 years ago
fix Expand/Shrink for spiralWithDir

github.com/xmonad/xmonad-contrib - cc82ef418f2bec64776f608365518628139125a9 authored over 17 years ago
make FlexibleResize use new mouseDrag properly.

github.com/xmonad/xmonad-contrib - 504d011dd636da8fb81508a6f244e6e6bb6fb5d0 authored over 17 years ago
move event loop out of mouseDrag.

github.com/xmonad/xmonad - fae3cbebb15b9cf65c74f0fd32a551b1dbb83072 authored over 17 years ago
Remove 'Eq' constraint from StackSet.index

github.com/xmonad/xmonad - 8bb313ea53b4061b4e8db94c3b568685994ee707 authored over 17 years ago
SshPrompt now uses RunInXTerm to launch the command

github.com/xmonad/xmonad-contrib - 850462ad43de6d13e2a884db69b1510de87e3ef4 authored over 17 years ago
RunInXTerm: a simple module to run commands in an X terminal

This is just a wrapper around spawn to launch commands in an X
terminal: runInXTerm will check t...

github.com/xmonad/xmonad-contrib - 71d75dcd7dba86794836c0a99f53f99367d81daf authored over 17 years ago
Add Roledex to MetaModule

github.com/xmonad/xmonad-contrib - ec1c059de578687655ecbe31d7fe0841e3440ac6 authored over 17 years ago
weird formatting fixed

github.com/xmonad/xmonad-contrib - 87c8bf133985ee43489e2e9355a14759b961f1e8 authored over 17 years ago
XPrompt: removed touchFile (which is not the equivalent of touch!)

github.com/xmonad/xmonad-contrib - 686328c5173902c2b5eb486811a553f2a7745bb7 authored over 17 years ago
LayoutScreen: haddock cleanup

github.com/xmonad/xmonad-contrib - d29003cfc16abc64aba186a0907abd00ef013f2c authored over 17 years ago
work around Magnifier's problems with floating windows

github.com/xmonad/xmonad-contrib - 5b3bbf21b03a8a7bfe29fd1134e22a92f18b594e authored over 17 years ago
XPrompt.hs: getCompletion should check for completions of the last word of the command line

github.com/xmonad/xmonad-contrib - d06d656dd40d68e7f948f3358697a20aedb738f0 authored over 17 years ago
trailing whitespace only

github.com/xmonad/xmonad - 2e7aa7d055acd3a62b5480c98c1aea9a13786433 authored over 17 years ago
rolodex

Cascading windows...

github.com/xmonad/xmonad-contrib - 12e85ccf29fadf6ef29b736c1afe5da4b54739e3 authored over 17 years ago
XPrompt.hs: read history lazily

Instead of forcing the reading of all the history file we read it lazily.

github.com/xmonad/xmonad-contrib - ecaaa5ac11957204d2491c6c151c61e413b4db0d authored over 17 years ago
XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig instead

github.com/xmonad/xmonad-contrib - f26609aeca4b9f98e6a599eeaf2ee3b1a3d722c6 authored over 17 years ago
XPrompt.hs: haddock corrections and some comments

github.com/xmonad/xmonad-contrib - 973ffbcf22437e9aab9d52e609e1ba8fba782394 authored over 17 years ago
XMonadPrompt.hs: minor haddock corrections

github.com/xmonad/xmonad-contrib - 49a8c77adf8ae365ed4d4d47199c36ab744977b3 authored over 17 years ago
SwitchTrans.hs: minor haddock corrections

github.com/xmonad/xmonad-contrib - c3da853d3b033094f05bb344cc9da8a8c586945e authored over 17 years ago
SshPrompt.hs: minor haddock corrections

github.com/xmonad/xmonad-contrib - c8fb4b763ca1a3761d3c990dd1fec21446a1c76c authored over 17 years ago
ShellPrompt.hs: minor haddock corrections

github.com/xmonad/xmonad-contrib - fb2a279ce5b3e1c4c7184858e353dd26c42f6b3a authored over 17 years ago
FlexibleManipulate.hs: minor haddock corrections

github.com/xmonad/xmonad-contrib - 8013b54f40a5c7013f01ff12a6791ea3a27e4459 authored over 17 years ago
MetaModule: added XPrompt and others

XPrompt, XMonadPrompt, SshPrompt.
ShellPrompt is commented out since it requires readline and th...

github.com/xmonad/xmonad-contrib - dfec5aa7e95438e8fd5bf489cf3fdccd27a6a094 authored over 17 years ago
XPrompt: fixes a couple of bugs

- we run the action passed to mkXPrompt only if we have a command;
- updateWindows must call des...

github.com/xmonad/xmonad-contrib - 2be1438c27d73bfd4804d2e76e7fd90dbabceff0 authored over 17 years ago
RotSlaves rework

Rework the logic of RotSlaves and rename it RotSlavesDown, add RotSlavesUp. These rotate
the sl...

github.com/xmonad/xmonad-contrib - 6dcf6e4ce25959a0ef11b64dfc3c0fc63fa365a9 authored over 17 years ago
XPrompt: code cleanup

The completion list is not cached anymore: this greatly simplify the code
making its runtime beh...

github.com/xmonad/xmonad-contrib - 4c69e6a515d133684c4f101f9ce1930b730bc8f5 authored over 17 years ago
Make 'compList :: [String]', rather than Maybe. No completions is represented by []

github.com/xmonad/xmonad-contrib - 9118713ded04a5e1a1a299d8888ef17d326c6294 authored over 17 years ago
Rename 'setCompletionList' to 'refreshCompletionList'

github.com/xmonad/xmonad-contrib - 1f41555d4ce437231e9871b58ff8329080dbf1df authored over 17 years ago
XPrompt: added comletion and history support

This is a long patch the brings us a real prompt, more or less: completions
now work. Added hist...

github.com/xmonad/xmonad-contrib - 950f39761e0373200c2ef399bfffb23aa62555c7 authored over 17 years ago
Prompts: updated and corrected usage info

github.com/xmonad/xmonad-contrib - 807942087a7082d2234283b0f8bc2bdb9f97b955 authored over 17 years ago
Make the XPrompt appear on the current screen

github.com/xmonad/xmonad-contrib - 75ce0d29d6e490e1b21aa36eb1ce13258c0a8a0b authored over 17 years ago
XPrompt: a module for easily writing graphical prompts

github.com/xmonad/xmonad-contrib - 4f84466904d5bb679ac8d621400aca4bfd841e56 authored over 17 years ago
XMonadPrompt: a graphical prompt for running XMonad internal commands

github.com/xmonad/xmonad-contrib - 56a40fc39fa43799116e4939f6f3e0cb877b8450 authored over 17 years ago
SshPrompt: a graphical prompt for ssh connection

github.com/xmonad/xmonad-contrib - b559cd85eb75503782287a7db464ba38beadbe89 authored over 17 years ago
ShellPrompt: a graphical shell prompt

This module requires readline and so a modification to xmonad.cabal. See
usage for instructions.

github.com/xmonad/xmonad-contrib - 8bce5f221bebb23f86e5083ef97641e7deb6e04f authored over 17 years ago
FlexibleManipulate.hs: needs -fglasgow-exts to compile.

github.com/xmonad/xmonad-contrib - 8ca61eaa9ae6c2ac0c3a88afd49221ba68d8bfaa authored over 17 years ago
MetaModule.hs: add FocusNth.

github.com/xmonad/xmonad-contrib - 3e8da5c99200ed2fb1105226a5b81b9f3b048d73 authored over 17 years ago
Add ThreeColumns to MetaModule

github.com/xmonad/xmonad-contrib - 9094973d152400f908e5b8e655a23e2c4f3763ad authored over 17 years ago
Add RotSlaves to MetaModule

github.com/xmonad/xmonad-contrib - cda6312efb59170bedce8a6d5600d556651fbd2a authored over 17 years ago
fix CopyWindow to not require Integral WorkspaceId.

github.com/xmonad/xmonad-contrib - 32067a9525a638774d14db50b39882cc3a3367dc authored over 17 years ago
Fix warnings in FlexibleManipulate (Sorry!)

github.com/xmonad/xmonad-contrib - 00bb7bb013417b2045d83c3bea18e8ea4680f3c4 authored over 17 years ago
Add FlexibleManipulate extension

github.com/xmonad/xmonad-contrib - 7b3510429afcff5113ea3a2c8cfd6e4a671b5f7f authored over 17 years ago
QuickCheck filter preserves order

github.com/xmonad/xmonad - 808894c2179ef65501a42498000859378877b3e2 authored over 17 years ago
SwitchTrans.hs, initial version

github.com/xmonad/xmonad-contrib - 1ab925579c9f5b40738d7da3ca83dcff27d203ef authored over 17 years ago
Bugfix: reordering when filtering out the last window on a workspace

Say you have three windows A B C* on a workspace with * marking the focus.
If you close C or mo...

github.com/xmonad/xmonad - 84c6432c824ffaa3b2c6c841447e156c419b86cb authored over 17 years ago
Commands: refactoring to include in MetaModule

Just a small refactooring (well, now runCommand requires a command list, and
I added runCommand'...

github.com/xmonad/xmonad-contrib - 773367e6b83d73837dc7640e0e004a713d662ed2 authored over 17 years ago
added workspaces to hs-boot (needed by XMonadContrib.Commands and possibly other modules)

github.com/xmonad/xmonad - 6875437c44d6c5ebcafef43cb459ccb6383a64b1 authored over 17 years ago
fix WorkspaceDir (which was broken) using LayoutHelpers.

github.com/xmonad/xmonad-contrib - 1847aa7982fe8e55edfe55602a294d8eea703d6a authored over 17 years ago
FocusNth initial import

github.com/xmonad/xmonad-contrib - 628244f06df30723d30d506f9da08a6f1fe77629 authored over 17 years ago
DeManage.hs: haddock compatibility.

github.com/xmonad/xmonad-contrib - f77cadaa5e350bae2ccaa00764d8a5d9233f07b3 authored over 17 years ago
shift: use guards instead of if

github.com/xmonad/xmonad - bf4388e3aa16a08bdcb64bcdb1ccc25d1ec23b9a authored over 17 years ago
Remove unnecessary Integral constraints

github.com/xmonad/xmonad - cc3527a97583cb440bd3f4a75468a3984695c9ad authored over 17 years ago
Remove redundant 'n >= 0' check from shift. (from David Roundy's 'simplify shift, removing unneeded check.' patch)

github.com/xmonad/xmonad - 189c2d31f9e5b464c8d68663d8a4a7a8c812241b authored over 17 years ago
use a little more contrast in default tabs.

github.com/xmonad/xmonad-contrib - 3861c22e8bf68481ac383eb434ed1b61cb39aaa0 authored over 17 years ago
make delete work when window is in multiple workspaces.

github.com/xmonad/xmonad - 9a2f57552ef82a53de0326f74972a5c74e5779fe authored over 17 years ago
only display any given window once.

This change goes along with the sticky window work. It makes xmonad
display each window once an...

github.com/xmonad/xmonad - 4c40661047bd58f14ff8200c4892fa086afd2612 authored over 17 years ago
3col fix: do not switch to tall layout on resize/incmastern

github.com/xmonad/xmonad-contrib - 2bcc60771806306db4f1feef51b412edb0661ab2 authored over 17 years ago
Cleanup of shift code

github.com/xmonad/xmonad - 5068bd27f01bb6ddebae371d58c198b46b5640d9 authored over 17 years ago
fix 3col layout for nmaster + 1 windows

Do like two column layout if there are nmaster+1 windows (putting 1 window
in the right column).

github.com/xmonad/xmonad-contrib - 4293273c0c43ab73cf767f452733cd2b9881b93f authored over 17 years ago
Three column layout

This layout is similar to tall, but has three columns. The first column
is the master column.

github.com/xmonad/xmonad-contrib - 614d5d6c1ae5ed0b67b7dca6a319868a9aea1a4b authored over 17 years ago
Made the direction of spiral in Spiral.hs optionally configurable

github.com/xmonad/xmonad-contrib - d090fe96f32511385ebade0c21d51cc185cf5e19 authored over 17 years ago
use $HOME in examples

github.com/xmonad/xmonad - fc70bed46b4497c40f95c52c7203775da0ce7239 authored over 17 years ago
DeManage: take a Window as argument

github.com/xmonad/xmonad-contrib - 4d973004ff354b75d96af2c62b2f83b5f99790f8 authored over 17 years ago
Add XMonadContrib.DeManage: a module for unmanaging windows (like panels)

github.com/xmonad/xmonad-contrib - 1f668eecf6f514f46311925f3596557e86bfcde5 authored over 17 years ago
Tweak dmenu binding

Add an "eval", so quotes and environment variables get evaluated
according to sh rules.

github.com/xmonad/xmonad - d0482810b343fd468695ca71c964fffb01b1f292 authored over 17 years ago
Tabbed.hs: corrected error in Usage reported by Xavier Maillard

github.com/xmonad/xmonad-contrib - 9ca82609b4e6076225b57efcbcc73cd0b576bca7 authored over 17 years ago
fixes Commands.hs

github.com/xmonad/xmonad-contrib - d2427ab85bdffb280dcff6fda4061b4b66328c8a authored over 17 years ago
MetaModule.hs: add missing modules.

github.com/xmonad/xmonad-contrib - 45685bfbccc40b2b85a9005047a1296484b3b4e5 authored over 17 years ago
restore focus to currently focused window after "float" (closes #32)

github.com/xmonad/xmonad - c14694015411600feaf84eed88ed78a7a3a5bf76 authored over 17 years ago
add FlexibleResize to MetaModule

github.com/xmonad/xmonad-contrib - c995979817cfc6a693e3de88b74192c2ceb6ee18 authored over 17 years ago