Devin Mullins
5e7462d9b2
bug doco for UrgencyHook
2008-04-26 20:36:38 +00:00
Spencer Janssen
b15fd831fe
NamedWindows: when converting the text property, handle the empty list.
...
This fixes a "Prelude.head" exception observed with windows that have no title.
Reproduce by placing several windows in the tabbed layout, then starting
'xterm -name ""'. Thanks to Andrea for pointing out the issue.
2008-05-02 10:42:49 +00:00
Andrea Rossato
82975240b7
Fix issue #179 by handling events correctly
2008-05-01 06:23:57 +00:00
Spencer Janssen
e35e0a001c
My monitor is larger now :)
2008-04-30 08:30:26 +00:00
Spencer Janssen
4fff234f3b
manageHooks for my config
2008-04-30 08:25:36 +00:00
Spencer Janssen
a46e04fef7
Remove redundant type signature
2008-04-30 08:24:47 +00:00
Spencer Janssen
034eee34e3
Add XMonad.Config.Desktop and XMonad.Config.Gnome
2008-04-30 08:22:53 +00:00
Spencer Janssen
49b705906b
Alphabetize exposed-modules
2008-04-30 03:54:53 +00:00
joamaki
0df598fa5d
new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like SimpleFloat, but without decoration
2008-04-24 22:09:57 +00:00
Don Stewart
b2c1e077b2
stricitfy some gap fields
2008-04-27 19:12:47 +00:00
Lukas Mai
2418d4b374
XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREEN
2008-04-26 13:27:45 +00:00
Lukas Mai
aca6fd8058
XMonad.Hooks.Script: haddock fixes
2008-04-26 13:26:29 +00:00
Ivan.Miljenovic
8e5df4b950
Error fix for Tabbed when tabbar always shown
2008-04-24 06:31:35 +00:00
Don Stewart
336c617cbe
remove my config file -- the wiki is where its at.
2008-04-19 19:56:50 +00:00
Don Stewart
bcc4295d3d
tweaks to docs for SimpleDecoration
2008-04-18 21:51:55 +00:00
Ivan.Miljenovic
2e050d29d9
Allow tabbar to always be shown.
...
Patch take 4, hopefully the final version. Includes droundy's suggestions.
2008-04-15 04:37:28 +00:00
Don Stewart
19156cb3ff
polish
2008-04-18 03:31:33 +00:00
Trevor Elliott
5344db6c90
Script-based hooks
2008-04-16 21:30:24 +00:00
Spencer Janssen
b1d4d97c1a
Don't strictify the Display component, this triggers a bug in GHC 6.6
2008-04-16 18:57:33 +00:00
Roman Cheplyaka
adbee1ce2c
Fix to IM modifier.
...
Avoid differentiating integrated stack by using StackSet.filter.
2008-04-14 23:24:37 +00:00
Ivan N. Veselov
adde0fc668
IM layout converted to LayoutModifier, which can be applied to any layout
2008-04-13 20:58:24 +00:00
Don Stewart
c98059db64
stictify some fields
2008-04-13 07:01:17 +00:00
Don Stewart
58f10da612
strictify some fields
2008-04-13 06:59:58 +00:00
Joachim Breitner
ab782c936a
Fix window order in EWMH
...
For pagers to draw the stacking order correctly, the focused window has to
be the last in the list. Thus put an appropriate implementation of allWindows
into the Module.
This does not work perfectly with floating windows.
2008-04-11 13:44:11 +00:00
David Roundy
117c3bd6b1
remove myself as maintainer of CopyWindow.
...
I'm not sure who's maintaining this, but it's not me.
2008-04-09 14:43:33 +00:00
Roman Cheplyaka
9e6dca0fa1
XMonad.Util.WindowProperties: add WM_WINDOW_ROLE as Role
2008-04-09 17:49:35 +00:00
Spencer Janssen
1071d0a4e1
Generalize copyWindow, minor style change
2008-04-08 21:00:50 +00:00
Ivan N. Veselov
56031b1f63
XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functions
2008-04-08 19:51:11 +00:00
Lukas Mai
59fc99504f
XMonad.Actions.UpdatePointer: doc fix
2008-04-07 15:27:41 +00:00
Lukas Mai
413023b5d0
XMonad.Util.Font: minor reformatting
2008-04-06 02:09:35 +00:00
Lukas Mai
b2b1671630
DynamicLog: resolve merge conflict
2008-04-06 02:05:27 +00:00
lithis
999029d95f
Encode the entire DynamicLog output, instead of just window title.
2008-03-29 03:15:37 +00:00
Andrea Rossato
4277d11def
DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 support
2008-03-13 10:26:43 +00:00
Lukas Mai
cdfbf3ebce
XMonad.Util.Font: don't call setlocale; core does it for us
2008-04-06 01:31:23 +00:00
Lukas Mai
c86409624f
XMonad.Util.NamedWindows: fix imports
2008-03-26 17:27:45 +00:00
Mats Jansborg
e28702c57b
Changed getName to use locale-aware functions
...
Rewrote getName using getTextProperty and wcTextPropertyToTextList.
2007-08-19 13:21:04 +00:00
Ian Zerny
ef25a538bf
Added next-window versions of the raise* functions.
2008-04-05 18:29:00 +00:00
Lukas Mai
b495c7f725
XMonad.Layout.Master: initial import
2008-04-04 22:07:34 +00:00
Lukas Mai
1950a4e2cc
update contrib for applySizeHints changes
2008-04-04 22:05:58 +00:00
Lukas Mai
c15eea99c9
XMonad.Hooks.ManageDocks: haddock fix
2008-04-04 22:05:32 +00:00
Brent Yorgey
8783bc727c
MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragma
2008-04-04 20:01:57 +00:00
Joachim Breitner
8d2f363729
Document _NET_ACTIVE_WINDOW behaviour more exactly
2008-04-04 07:29:44 +00:00
Joachim Breitner
2747f802df
_NET_ACTIVE_WINDOW moves windows if necessary
...
This makes EWMH behave a bit more like metacity: If _NET_ACTIVE_WINDOW is
received and the window is not on the current worspace, it is brought here
(instead of the workspace switched to the other one). So for example, if you
click on the pidgin icon in the panel and the buddy list is already open some
where it is moved here.
2008-04-02 14:38:11 +00:00
Don Stewart
0971238cf6
onstart=lower, solves floating dzen issue
2008-04-03 20:34:25 +00:00
Don Stewart
6c324cbfed
some bang patterns
2008-04-03 17:22:46 +00:00
Don Stewart
f1d91209a4
have 'dzen' use autoStruts to detect the gaps
2008-04-03 00:31:30 +00:00
Brent Yorgey
5d352c8bf4
Actions/Search.hs: add dictionary.com search
2008-04-02 15:05:21 +00:00
Joachim Breitner
63bac5b539
_NET_ACTIVE_WINDOW moves windows if necessary
...
This makes EWMH behave a bit more like metacity: If _NET_ACTIVE_WINDOW is
received and the window is not on the current worspace, it is brought here
(instead of the workspace switched to the other one). So for example, if you
click on the pidgin icon in the panel and the buddy list is already open some
where it is moved here.
2008-04-02 14:38:11 +00:00
Lukas Mai
7e3cb59c23
HintedGrid: guesstimate window flexibility and layout rigid windows first
2008-04-02 04:28:46 +00:00
Lukas Mai
adbf9032ca
HintedGrid: try both bottom-up/top-down window placement to minimize unused space
2008-04-02 01:25:38 +00:00