From 354eefc902f0074a18bb3f0c6d27304203927df4 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 1 Feb 2008 21:21:26 +0100 Subject: CycleWS: change example binding for toggleWS from mod-t to mod-z. example bindings shouldn't conflict with default key bindings. darcs-hash:20080201202126-bd4d7-b8f30a97c7b6498e6e552df306b52511d9e50868.gz --- XMonad/Actions/CycleWS.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Actions/CycleWS.hs b/XMonad/Actions/CycleWS.hs index 463c449..00dc53d 100644 --- a/XMonad/Actions/CycleWS.hs +++ b/XMonad/Actions/CycleWS.hs @@ -88,7 +88,7 @@ import XMonad.Util.WorkspaceCompare -- > , ((modMask x, xK_Left), prevScreen) -- > , ((modMask x .|. shiftMask, xK_Right), shiftNextScreen) -- > , ((modMask x .|. shiftMask, xK_Left), shiftPrevScreen) --- > , ((modMask x, xK_t), toggleWS) +-- > , ((modMask x, xK_z), toggleWS) -- -- If you want to follow the moved window, you can use both actions: -- -- cgit v1.2.3