From 2ccdb6b9f9a618a5615c0fe9e42414def4ae7cf0 Mon Sep 17 00:00:00 2001 From: Shachaf Ben-Kiki Date: Mon, 19 Nov 2007 00:03:19 +0100 Subject: Miscellaneous spell-checking darcs-hash:20071118230319-bffde-6c56202afece4ecc55d48d37bde3f80edaff66f7.gz --- XMonad/Actions/TagWindows.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Actions/TagWindows.hs') diff --git a/XMonad/Actions/TagWindows.hs b/XMonad/Actions/TagWindows.hs index 938eb10..d28aeeb 100644 --- a/XMonad/Actions/TagWindows.hs +++ b/XMonad/Actions/TagWindows.hs @@ -59,7 +59,7 @@ import XMonad hiding (workspaces) -- > , ((modWinMask .|. shiftMask, xK_g ), tagPrompt defaultXPConfig (\s -> withTaggedGlobalP s shiftHere)) -- > , ((modWinMask .|. controlMask, xK_g), tagPrompt defaultXPConfig (\s -> focusUpTaggedGlobal s)) -- --- NOTE: Tags are saved as space seperated string and split with 'unwords' thus +-- NOTE: Tags are saved as space separated string and split with 'unwords' thus -- if you add a tag "a b" the window will have the tags "a" and "b" but not "a b". -- %import XMonad.Actions.TagWindows -- cgit v1.2.3