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

link to xinerama-dmenu patch for dmenu 3.2

Thanks to Dave Harrison for an updated version of the patch.

github.com/xmonad/xmonad-contrib - e085e5a2bad803f7b1c88d047cdf4b62c9363678 authored over 17 years ago
Operations.screenWorkspace: return Nothing when the screen does not exist

github.com/xmonad/xmonad - bfd638d81877188306f8362ccc85c6ff21a41fe9 authored over 17 years ago
Operations.rescreen: screen indexes start at zero

github.com/xmonad/xmonad - a48ec57cd9eee3c1e9dfc9d4c98351f01a18e899 authored over 17 years ago
Spiral.hs: correct module header.

github.com/xmonad/xmonad-contrib - cf21824d766679bd527a9c9d712509b4c6465ac4 authored over 17 years ago
Tabbed: updated usage information

github.com/xmonad/xmonad-contrib - ef0992f29156773cb0275f0bd1d11638ac0a43b7 authored over 17 years ago
Tabs should stay beneath any floating window

This ifxes the issue reported by Geoffrey Alan Washburn: " Sometimes the
tabs will be drawn on t...

github.com/xmonad/xmonad-contrib - 2e6bf5e5ed6569601e295087fa504a460df19c9b authored over 17 years ago
Tabbed: added more configuration options

It is now possible to configure active and inactive border colors, and
active and inactive text ...

github.com/xmonad/xmonad-contrib - 5f827b68e76cbf20755559a0a70551b7e12f2129 authored over 17 years ago
NamedWindows: if fetchName returns Nothing sets the name to resName ClassHint

fetchName may return a Nothing if the window's name contains multi byte
characters. In such a ca...

github.com/xmonad/xmonad-contrib - 7ce8ed2f8bf8b9a189abfa21309f839ca23cf41f authored over 17 years ago
Note and workaround bugs in Operations.float

github.com/xmonad/xmonad - 54c024583f846fa829559613dd15308acefbb5b5 authored over 17 years ago
the gaps list should be filled with the default value from Config.hs

github.com/xmonad/xmonad-contrib - 3b666268013e2e0ea5d2754399db4060ca850687 authored over 17 years ago
SimpleStacking: -Wall police

github.com/xmonad/xmonad-contrib - 9db376486469820627c601db5ba00f3fb4e30592 authored over 17 years ago
SimpleStacking: remove note about Xinerama incompatability, works fine now

github.com/xmonad/xmonad-contrib - ede271f28b92700583a3ac60bcb367781dba79a3 authored over 17 years ago
ScreenLayouts.hs: updates to the last API changes

A silent API change broke this nice piece of David's code: Spencer decided
to move screen detail...

github.com/xmonad/xmonad-contrib - f412ea4a5995c51ecfad267cf91da5be06a98159 authored over 17 years ago
LayoutScreens.hs: correct module header.

github.com/xmonad/xmonad-contrib - 0ffb02c71f4a3db61555c5fe5fcb00da6f8e67c0 authored over 17 years ago
Magnifier: unbreak: raise focus window

github.com/xmonad/xmonad-contrib - d6cf90132624ed5492bab309412c47157f1c6c04 authored over 17 years ago
More ScreenDetails fixes

github.com/xmonad/xmonad-contrib - 52e6f1c210633ad316430b830206eab619775ce7 authored over 17 years ago
Make GreedyView work with ScreenDetails

github.com/xmonad/xmonad-contrib - 3b9723b5ae7ba7519e43527b9a4bc756831bbc95 authored over 17 years ago
refresh after starting

github.com/xmonad/xmonad - 2efa369dfc9a9e5608a273f6d5b6ee12dbff2ed5 authored over 17 years ago
UPGRADE X11-Extras! Manage iconified windows

github.com/xmonad/xmonad - e74e8050d016bf163c2bb836890e13fc086c071d authored over 17 years ago
Move screen details into StackSet

github.com/xmonad/xmonad - ab830ec227e3b2335d2e59dfb624468b8a9111bd authored over 17 years ago
resolve conflicts in Decoration and Tabbed.

Note that you no longer need simpleStacking when using tabbed.

github.com/xmonad/xmonad-contrib - 69a55a44bf173114373dde669c27ee7162b3d956 authored over 17 years ago
resolve conflict in Square.

github.com/xmonad/xmonad-contrib - 99217bf23f3f93823e52c0dc2fcef7d3f2a742fe authored over 17 years ago
flexible resizing for floating windows

The default resize handler for floating windows warps the mouse pointer to
the bottom right cor...

github.com/xmonad/xmonad-contrib - 80366b0504cfb215d2462219d93a3e053b42f8e4 authored over 17 years ago
Change a window's workspace when dragging across screens (closes #30)

github.com/xmonad/xmonad - bb12b082391cd01ed77c17609ad127df84ec3814 authored over 17 years ago
Note that SimpleStacking is incompatible with Xinerama

It's unclear to me what SimpleStacking is supposed to accomplish, so I'm just
going to note that...

github.com/xmonad/xmonad-contrib - a5ee07b7d045e4c590ddea04a5f3d1dec66b349b authored over 17 years ago
Tabbed: Make use of the Stack to get focused window

github.com/xmonad/xmonad-contrib - 614fec4e8bb9834bd5b815207bad88e6b60b079c authored over 17 years ago
Accordion.hs: whitespace.

Makes Haddock not complain about not finding documentation for '$'.

github.com/xmonad/xmonad-contrib - ab6d08aad025b2613ae18f8d6f15db98fd2acaf2 authored over 17 years ago
MetaModule.hs: add LayoutHelpers.

Also tweaks import ordering slightly.

github.com/xmonad/xmonad-contrib - cb64b0169706da9d44216269721013c88f79e1fd authored over 17 years ago
comment for (dubious?) integrate'

github.com/xmonad/xmonad - d0566a28be97d1f27c7af23c42a6d79fea38379f authored over 17 years ago
add 2 properties to state where focus goes on delete of focused window

github.com/xmonad/xmonad - dbdf0fd5e450d0ca07c88d45d6f2b5c4a18409a3 authored over 17 years ago
fix empty case in 'filter', and note differences in semantics wrt. focus to 'delete'

github.com/xmonad/xmonad - ce28fc1eb20baa18587c7d437d3f2753359f45cf authored over 17 years ago
clean up 'StackSet.filter' for style

github.com/xmonad/xmonad - 977f8328fcc61f709c9a464edbd88007f32a1701 authored over 17 years ago
Tabbed.hs: updated usage information

github.com/xmonad/xmonad-contrib - bd050c396cc4e56451a47d9b9df1038e5faaf048 authored over 17 years ago
added configration options and moved font stuff to Decorations.hs

Added a new data type to keep configuration options. tabbed now takes the shrinker and the confi...

github.com/xmonad/xmonad-contrib - fa57ef76dfd1d6c452a3ea6a2bde2b1407ed99d9 authored over 17 years ago
Decoration.hs: added automatic font managment

newDecoration now takes also a fontname to set fonts in decorations that use them.
If an empty s...

github.com/xmonad/xmonad-contrib - 3153e00d1f69d7e3f753313d5b1e6c4f91218998 authored over 17 years ago
remove BackCompat.hs

github.com/xmonad/xmonad-contrib - c42e9d2e70a928b987416365a1cfc1fb920758c9 authored over 17 years ago
clean up code in Combo.

This adds some type safety, since the super-layout is now of a distinct
type from the sublayouts...

github.com/xmonad/xmonad-contrib - 1d0ccb1abf693bb80df1bc1a9731480a409ee9c0 authored over 17 years ago
add CopyWindow module, to support sticky/tagged windows.

This module allows dwm-style tagging (as I understand dwm). You can have a
given window visible...

github.com/xmonad/xmonad-contrib - 30db557eb5519885f288bc988d56d5a1b75496e8 authored over 17 years ago
fix usage instructions on NoBorders.

github.com/xmonad/xmonad-contrib - 6f2e4bc15c5cc608db4c0e711064ba9d5bf18c31 authored over 17 years ago
Magnifier.hs: quote screenshot url for Haddock compatibility.

github.com/xmonad/xmonad-contrib - 54ab6158e47a5ac246ce604d23043fa94706dfa2 authored over 17 years ago
broadcast unidentified events.

This change is independent of the doLayout change I just sent in, but fixes
the problem that cha...

github.com/xmonad/xmonad - 6f9a0601183c28d9f3b2c95cee4e8faf1b26fa51 authored over 17 years ago
make everything work with new doLayout.

This modifies all the contrib modules to work (so far as I know) with the
new contrib layout. T...

github.com/xmonad/xmonad-contrib - d3048ed615800596fa6f402098df49d63a984daa authored over 17 years ago
support self-modifying layouts.

github.com/xmonad/xmonad - 61d7524bcde049851a1a79f998b9586c5a388f70 authored over 17 years ago
Square.hs: put usage instructions after imports for Haddock compatibility.

github.com/xmonad/xmonad-contrib - 74040cbaed5d715400f79855ccc0d0bade7564e3 authored over 17 years ago
move Accordian to use idModify.

github.com/xmonad/xmonad-contrib - 91a286a9fdcee2de3198146dd684b44dce45179c authored over 17 years ago
introduce idModify which is just "const (return Nothing)".

github.com/xmonad/xmonad-contrib - 62a7deafd36dc6d2af08c4fa444c57f457f90ba0 authored over 17 years ago
move Spiral to LayoutHelpers.

github.com/xmonad/xmonad-contrib - 23c86107984356eb2d17c900af661e35d54f8fca authored over 17 years ago
Add SinkAll module.

Provides a means of pushing all windows on the current workspace back into
tiling. Not all that ...

github.com/xmonad/xmonad-contrib - f94ab30506f1e23b105eb5238fef900c9a1cb1ef authored over 17 years ago
add new LayoutHelpers module.

github.com/xmonad/xmonad-contrib - d8589bbf6165ca72e6bc8f4352cd306d30dd33fd authored over 17 years ago
fix usage info for LayoutScreens.

github.com/xmonad/xmonad-contrib - 7b3ea2d5fafbb2076234080a3b5bc30a5de4fed8 authored over 17 years ago
add new LayoutScreens module.

github.com/xmonad/xmonad-contrib - 2a5ac679ea359b60cf2a479e20a41ac6a42d1f6f authored over 17 years ago
Magnifier.hs: needs -fglasgow-exts to compile.

github.com/xmonad/xmonad-contrib - ebd38ec6b8432c5d16e2807c15a4cbc709a1380b authored over 17 years ago
Magnifier: raise the focus window

github.com/xmonad/xmonad-contrib - c5651117c2886198d52dfd981cdaaa59756635ab authored over 17 years ago
Circle: raise the focus window

github.com/xmonad/xmonad-contrib - b8b88134c5b78da44dc5043182ca622370a62623 authored over 17 years ago
Circle cleanups

github.com/xmonad/xmonad-contrib - f292474f2099e353a5809e4549f9b6fa35c8e74d authored over 17 years ago
make Mosaic lay thigs out a bit better.

github.com/xmonad/xmonad-contrib - 13e2a456e9b23df9644b194aa49b0c64e81604f6 authored over 17 years ago
add SimpleStacking module to make Combo and Tabbed work together.

WARNING! This change will break existing Tabbed configurations. The
problem is that there is no...

github.com/xmonad/xmonad-contrib - 10f20c432e5489f299a31fdb9748428acf7414ec authored over 17 years ago
minor tweaks, ideas from joachim.fasting@

github.com/xmonad/xmonad - 776886660bc9df6d0cfc82f751ca4c0eb43fb0b8 authored over 17 years ago
only perform mouse events on managed windows. closes #28

github.com/xmonad/xmonad - c6da7fc14a64462e012902fd4d67185487e3c8c5 authored over 17 years ago
Make Magnifier's master window behavior customizable

based on a suggestion by Tim Hobbs

github.com/xmonad/xmonad-contrib - 3f08632b37590b1c6dc317883d52dc24df601ce3 authored over 17 years ago
Make Mosaic compile without warnings

github.com/xmonad/xmonad-contrib - 3ebba0776c27549d00c72d421b27ac8b25029392 authored over 17 years ago
Update Layout documentation

github.com/xmonad/xmonad - e99d7431c8beab552afada47ef8b5fea2693df15 authored over 17 years ago
-Wall police

github.com/xmonad/xmonad - 5dea6605fc1af43114670de0c3aeffaa69a73db4 authored over 17 years ago
Stack windows in the order they are returned by doLayout

github.com/xmonad/xmonad - 6091bfd0fee9afa3c23f8d3692545eca27cb59a8 authored over 17 years ago
make some layouts more general.

github.com/xmonad/xmonad-contrib - 8a78694d230d1ccedf46090858848ab1ef4164b2 authored over 17 years ago
Mosaic.hs: get rid off some of the warnings generated by -Wall.

Unused definitions and imports left in, as I assume they'll be used for
something later on.

github.com/xmonad/xmonad-contrib - 63023902d21311ef07caee57bf1a1c8b2c77f969 authored over 17 years ago
MetaModule.hs: add LayoutHooks.

github.com/xmonad/xmonad-contrib - 6b1897037d78aece65cbdbf289a8b2298d68b625 authored over 17 years ago
Combo.hs: use case instead of non-standard pattern matching.

Also uses fmap/maybe instead of do/case, which makes the code look a little
cleaner (imo).
Pleas...

github.com/xmonad/xmonad-contrib - d1dfdf7abd3a87ac57b89fea59390f5f2b0945ab authored over 17 years ago
Combo.hs: tweak usage instructions.

tabbed needs an additional argument.

github.com/xmonad/xmonad-contrib - cdd0df57ea655b3bdf3d83bbbc94875dc783c629 authored over 17 years ago
README: change reference to 'examples/'.

github.com/xmonad/xmonad-contrib - 8c7335b55c6f6c26cc74bd63c63ab81974502589 authored over 17 years ago
remove out of date `(Included with GHC)' text in README

github.com/xmonad/xmonad - d411736ded846d96624b51972f7c0d6c6a5ea5c2 authored over 17 years ago
Use Data.Ord.comparing in DynamicLog

This patch replaces (compare `on`) with Data.ord.comparing, so on doesn't have
to be defined.

github.com/xmonad/xmonad-contrib - 013e4cfd62154e76b73ac3b90e00853f4750c5fa authored over 17 years ago
Fix type signatures.

Think this fixes the rest of the errors caused by the Layout change.

github.com/xmonad/xmonad-contrib - 88d77b244f9fca84b039c796265924a346c73a82 authored over 17 years ago
MagicFocus.magicFocus: fix type signature.

Layout change caused because of missing type argument.

github.com/xmonad/xmonad-contrib - 02f70419ebbbc61e8322fcc1125191b9ced4b9c8 authored over 17 years ago
LayoutHooks.hs: add module header.

github.com/xmonad/xmonad-contrib - 9eb3cc0dde027ddb41ae5e7f6848bbe1637c800c authored over 17 years ago
Factor out pprWindowSet (and Xinerama version) from dynamicLog.

This patch lets you pretty-print a WindowSet to a string, rather than always
printing it out to ...

github.com/xmonad/xmonad-contrib - 43457094454e7e73a2c9d7efc64cdbf371ad9f34 authored over 17 years ago
clean up TwoPane to work on Stacks as it ought.

github.com/xmonad/xmonad-contrib - 73d1c8d3176f05700bacd7797c72add4b622bf6d authored over 17 years ago
make Layouts able to layout whatever they like.

github.com/xmonad/xmonad - e517aedfa17e01fbd0978a1aa5e81b3f124e59b9 authored over 17 years ago
run-xmonad.sh: don't hard-code path to mkfifo.

mkfifo isn't located in /sbin on all distributions (Gentoo puts it in /bin).
By temporarily appe...

github.com/xmonad/xmonad-contrib - f650b2c4f306a76164a9ffe05804dc2d81d560be authored over 17 years ago
Anneal.hs: add module header.

github.com/xmonad/xmonad-contrib - da5e7b9e2a87cd9f62988125b5d58797d2d2da1d authored over 17 years ago
run-xmonad.sh: use $HOME when setting PATH.

github.com/xmonad/xmonad-contrib - 53569827b4d81a8c1b03605107ea0cde18bd306c authored over 17 years ago
Circle.hs: only compute sqrt 2 once.

github.com/xmonad/xmonad-contrib - 0f4d83c6ca87cef3ed65737df1486328ed1c5934 authored over 17 years ago
float fixed size windows

github.com/xmonad/xmonad - b84a9b875b6efe423e1cd4ed6dd91d32e5e3c9f5 authored over 17 years ago
Magnifier.hs: add usage instructions.

github.com/xmonad/xmonad-contrib - 9715298a0edfa63096603197e459f1a6f9caf94b authored over 17 years ago
MagicFocus.hs: add module header and usage instructions.

github.com/xmonad/xmonad-contrib - d9f0ccaea7bec2a9d4cc9cff9708511618c855e6 authored over 17 years ago
MagicFocus.magicFocus: add type signature.

github.com/xmonad/xmonad-contrib - 977769cadcad32042009cd453e11dd9ea2a5bf6d authored over 17 years ago
Remove all references to exec

github.com/xmonad/xmonad-contrib - e344fc8cdc65f1b8a85afee60ffd523035f94b34 authored over 17 years ago
Remove all references to 'exec'

github.com/xmonad/xmonad - 33bb7458803ada3ffd39d1f684a4e4c4779c8b2c authored over 17 years ago
Accordion.hs: add module header and usage instructions.

github.com/xmonad/xmonad-contrib - 6dccb57c878906aac270f44ca35a075dac0ba2bd authored over 17 years ago
MetaModule.hs: correct module header.

github.com/xmonad/xmonad-contrib - 348f3f8b46bff6478cc38f190cbf24341fe7fca9 authored over 17 years ago
Add Accordion to MetaModule

github.com/xmonad/xmonad-contrib - a64cfc97224cf53d3345457c63dd92138a28c449 authored over 17 years ago
Add an "accordion" layout which puts non-focused windows in ribbons at the top and bottom of the screen.

github.com/xmonad/xmonad-contrib - 0f929af74734579e0905680f6a9c5d0ec1875ba6 authored over 17 years ago
RotView.rotView: use Data.Ord.comparing.

Looks a bit cleaner than '\x y -> compare (tag x) (tag y)'

github.com/xmonad/xmonad-contrib - b8edd5997fb0f77734d4928ef943bfdc41a61a95 authored over 17 years ago
LayoutHints.hs: add usage thingie for Haddock.

github.com/xmonad/xmonad-contrib - 005369bb139dddd8af8d6d8cdcdfd05083513308 authored over 17 years ago
LayoutHints.hs: add module header.

github.com/xmonad/xmonad-contrib - 09305f7f2f06a113fe3e7221a06938b6a03a2068 authored over 17 years ago
Dzen.hs: add module header.

github.com/xmonad/xmonad-contrib - 5b32c80dd1e7cee64a89b9bc4d1f64e46e8ca2bf authored over 17 years ago
shrink window names to fit tabs.

github.com/xmonad/xmonad-contrib - 517e3417a7157ead6a7ade603c7f9140b17708e3 authored over 17 years ago
Tabbed.hs: fixed centerText issues and some binding shadowing warnings

This patch fixes the centerText issue due to the inappropriate use of
textExtends and textWidth....

github.com/xmonad/xmonad-contrib - 0b86826b77a9ba5094784f15e271284b915ec109 authored over 17 years ago
-Wall police, and turn on -fno-warn-orphans

github.com/xmonad/xmonad - be08dd80ec6d9fb883f84fe9d995d18a03199ed8 authored over 17 years ago