From 7bc2ce98a04cf002d52c1ae04d383d7f08d9910b Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Wed, 11 Apr 2007 09:34:56 +0200 Subject: Change semantics of 'promote'. Previously 'promote' would move the currently focused window into the master position in tiled mode. This was *almost* a cycle of the windows, but not quite (depending on where the focus was, it was in fact a cycle). Now we do the obvious generalisation, and just cycle the current window stack. Simpler to understand, simpler to reason about. darcs-hash:20070411073456-9c5c1-3ee88f9ac46e2301b4c803ec4fd66798e6fee91d --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index ab92814..7601e47 100644 --- a/Config.hs +++ b/Config.hs @@ -123,7 +123,7 @@ keys = M.fromList $ , ((modMask .|. shiftMask, xK_q ), io $ exitWith ExitSuccess) , ((modMask .|. shiftMask .|. controlMask, xK_q ), io restart) - -- Move focused window into master position in tiling mode. + -- Cycle the current tiling order , ((modMask, xK_Return), promote) ] ++ -- cgit v1.2.3