diff options
author | Devin Mullins <me@twifkak.com> | 2008-05-15 07:33:30 +0200 |
---|---|---|
committer | Devin Mullins <me@twifkak.com> | 2008-05-15 07:33:30 +0200 |
commit | 1ec1d0ae5da56e9f259ca09837fcc88c1f9a8312 (patch) | |
tree | 6fd02545ed58c536f4d5b3bc31ccbfa13277ed42 /XMonad/Hooks | |
parent | 0c7f388bcb7ebaabc16d7bd176b7a7b249ad5db5 (diff) | |
download | XMonadContrib-1ec1d0ae5da56e9f259ca09837fcc88c1f9a8312.tar.gz XMonadContrib-1ec1d0ae5da56e9f259ca09837fcc88c1f9a8312.tar.xz XMonadContrib-1ec1d0ae5da56e9f259ca09837fcc88c1f9a8312.zip |
X.A.WindowNavigation: have currentPosition handle axes independently
This improves some subtle interactions between mod-j/k and mod-w/a/s/d, though
that might not become very apparent until I fix setPosition.
darcs-hash:20080515053330-78224-2ba67cefda58b7c079b23f93441859e30c539c73.gz
Diffstat (limited to 'XMonad/Hooks')
-rw-r--r-- | XMonad/Hooks/UrgencyHook.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Hooks/UrgencyHook.hs b/XMonad/Hooks/UrgencyHook.hs index 93ec90c..308b9a7 100644 --- a/XMonad/Hooks/UrgencyHook.hs +++ b/XMonad/Hooks/UrgencyHook.hs @@ -72,6 +72,8 @@ import Foreign (unsafePerformIO) -- > $ defaultConfig -- +-- TODO: note mod-shift-space + -- * Setting up Irssi + rxvt-unicode -- -- This is one common example. YMMV. To make messages to you trigger a dzen flash, |