This is based on Andrea Rossato's standalone tools and is meant for integration straight into a Config.hs. It offers two main functions, 'getSelection' and 'putSelection', whose names should be self-explanatory.
This means we don't need to draw colors that are this color. Also
speeds up redrawing, since the X server can do all the drawing on its
own, without talking with xmonad.
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE
pragma, so not all of them were added; this patch adds the rest of them, which
is necessary for xmonad to compile in GHC >=6.7.
getShellCompl is useful for writing prompts in Config.hs or even full standalone prompts; and personally, if a small utility function like 'split' can be exported, how much more so something useful like getShellCompl?
Hi,
This patch merges the additional functionality of my NextWorkspace into CycleWS,
using a compatible interface for what was there before.
Greetings,
Joachim
It now also detects window with STRUT set and modifies the gap accordingly.
Cheveats:
* Only acts on STRUT apps on creation, not if you move or close them
* To reset the gap, press Mod-b twice and restart xmonad (Mod-q)
I just added to the docs how to move a window to the next workspace
_and_ switch to that (by >>’ing the two actions). Some users (like me, it
seems) probably prefer that behaviour.
Greetings,
Joachim
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
Yay, SetWMName contains just what I need! Thanks Ivan, that saved me quite
some work. Now the panel switch should work even when you start with xmonad
right away, and don’t run it after metacity has run before :-]
Greetings,
Joachim