index
:
XMonadContrib
master
mirror of http://code.haskell.org/XMonadContrib
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make prompt keybindings work when numLock or capsLock are active
Justin Bogner
2008-06-08
1
-1
/
+2
*
Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".
Braden Shepherdson
2008-06-08
1
-21
/
+77
*
Exporting addHiddenWorkspace, it's needed by the new Scratchpad
Braden Shepherdson
2008-06-08
1
-0
/
+3
*
Added scratchpadSpawnActionTerminal to specify the terminal program directly ...
Braden Shepherdson
2008-06-08
1
-0
/
+6
*
Removed odd scratchpadSpawnDefault, improved documentation.
Braden Shepherdson
2008-06-08
1
-14
/
+9
*
Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom...
gwern0
2008-06-07
1
-3
/
+3
*
Prompt.hs: +a historyCompletion function for use in XPrompts
gwern0
2008-06-07
1
-0
/
+13
*
Add C-w to XMonad.Prompt
Trevor Elliott
2008-06-06
1
-0
/
+1
*
Use lines instead of columns in configuration (similar to GNOME and KDE)
Malebria
2008-05-27
1
-11
/
+20
*
Bug correction when areasColumn > 1
Malebria
2008-05-27
1
-4
/
+12
*
more documentation for WindowNavigation and UrgencyHook
Devin Mullins
2008-05-25
2
-8
/
+61
*
X.A.WindowNavigation: add logHook for better state tracking
Devin Mullins
2008-05-25
1
-6
/
+13
*
doco tweaks
Devin Mullins
2008-05-24
2
-3
/
+3
*
made fadeInactiveLogHook take an argument amount to fade
Justin Bogner
2008-05-23
1
-8
/
+10
*
add FadeInactive to fade out inactive windows using xcompmgr
Justin Bogner
2008-05-23
1
-0
/
+73
*
add close window functionality to EwmhDesktops
Justin Bogner
2008-05-23
1
-0
/
+4
*
Add XMonad.Actions.Plane
Malebria
2008-05-23
1
-0
/
+134
*
Default Xfce config, this time with me holding the copyright, maintainership,...
Ivan.Miljenovic
2008-05-22
1
-0
/
+42
*
StackTile: minor documentation fix
Joachim Fasting
2008-05-21
1
-1
/
+1
*
StackTile
acura
2008-05-20
1
-0
/
+64
*
revamp Search.hs to export a replacement for simpleEngine
gwern0
2008-05-19
1
-35
/
+35
*
sp ShowWName.hs
gwern0
2008-05-19
1
-1
/
+1
*
remove ScratchWorkspace.
David Roundy
2008-05-16
1
-95
/
+0
*
Fixed location of xmonad.conf
Roman Cheplyaka
2008-05-18
1
-1
/
+2
*
add site name in search prompt dialog
zhen.sydow
2008-05-18
1
-24
/
+26
*
add youtube to search engines
zhen.sydow
2008-05-13
1
-2
/
+6
*
SwapWorkspaces: swapTo Next|Prev
Devin Mullins
2008-05-18
1
-1
/
+11
*
UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgents
Devin Mullins
2008-05-15
1
-16
/
+22
*
Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text configu...
Braden Shepherdson
2008-05-18
1
-0
/
+527
*
XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start...
lithis
2008-05-17
1
-7
/
+7
*
I no longer use ScratchWorkspace.
David Roundy
2008-05-16
1
-4
/
+0
*
fix bug in smartBorders when combined with decorated windows.
David Roundy
2008-05-16
1
-4
/
+4
*
decent documentation for UrgencyHook
Devin Mullins
2008-05-15
2
-36
/
+125
*
X.A.WindowNavigation: currentPosition and setPosition share the same `inside`...
Devin Mullins
2008-05-15
1
-16
/
+16
*
X.A.WindowNavigation: have currentPosition handle axes independently
Devin Mullins
2008-05-15
2
-6
/
+10
*
fix compile warnings in BoringWindows
Devin Mullins
2008-05-15
1
-0
/
+1
*
add BoringWindows module to make certain windows skipped when rotating focus.
David Roundy
2008-05-14
2
-4
/
+74
*
UrgencyHook: some documentation (more is needed)
Devin Mullins
2008-05-14
1
-5
/
+27
*
UrgencyHook: got rid of the need for instances to know about suppressWhen
Devin Mullins
2008-05-14
1
-28
/
+30
*
move AppLauncher from Actions module to Prompt module
zhen.sydow
2008-05-13
1
-14
/
+16
*
X.A.WindowNavigation: comment cleanup
Devin Mullins
2008-05-13
1
-8
/
+3
*
windowRect now compensates for border width
Devin Mullins
2008-05-13
1
-3
/
+3
*
X.A.WindowNavigation: update TODO
Devin Mullins
2008-05-13
1
-1
/
+1
*
X.A.WindowNavigation: minor cleanup
Devin Mullins
2008-05-12
1
-8
/
+4
*
X.A.WindowNavigation: simplify inr somewhat
Devin Mullins
2008-05-12
1
-18
/
+13
*
X.A.WindowNavigation: clarity
Devin Mullins
2008-05-12
1
-4
/
+5
*
X.A.WindowNavigation: ugh, typo
Devin Mullins
2008-05-12
1
-3
/
+1
*
X.A.WindowNavigation: implement swap, extract withTargetWindow commonality
Devin Mullins
2008-05-12
1
-11
/
+28
*
add more flexible withWindowNavigationKeys
Devin Mullins
2008-05-12
1
-8
/
+19
*
X.A.WindowNavigation: TODO
Devin Mullins
2008-05-12
1
-0
/
+1
[prev]
[next]