diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Actions/WindowNavigation.hs | 2 | ||||
-rw-r--r-- | XMonad/Hooks/UrgencyHook.hs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Actions/WindowNavigation.hs b/XMonad/Actions/WindowNavigation.hs index 3366224..a072f67 100644 --- a/XMonad/Actions/WindowNavigation.hs +++ b/XMonad/Actions/WindowNavigation.hs @@ -45,7 +45,7 @@ import Graphics.X11.Xlib -- Don't use it! What, are you crazy? -- TODO: --- - logHook? +-- - logHook? (2+1, start at master, j,j,a) -- - cleanup (including inr) -- - documentation :) -- - tests? (esp. for edge cases in currentPosition) diff --git a/XMonad/Hooks/UrgencyHook.hs b/XMonad/Hooks/UrgencyHook.hs index 9ea7ad8..10861c9 100644 --- a/XMonad/Hooks/UrgencyHook.hs +++ b/XMonad/Hooks/UrgencyHook.hs @@ -149,8 +149,8 @@ import Foreign (unsafePerformIO) -- -- > vbell off # or remove the existing 'vbell on' line -- --- to your .screenrc, or hit @C-a C-g@ within a running @screen@ session for a --- temporary fix. +-- to your .screenrc, or hit @C-a C-g@ within a running @screen@ session for an +-- immediate but temporary fix. -- $urxvt -- Rubber, meet road. Urxvt is the gateway between console apps and X11. To tell |