summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-04-11 09:34:56 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-04-11 09:34:56 +0200
commit7bc2ce98a04cf002d52c1ae04d383d7f08d9910b (patch)
tree7e31c8f2fdee2d831d3bce803457e7464e588536 /Config.hs
parent43ee17b194d37d2efdaad9167cca368585eacdec (diff)
downloadmetatile-7bc2ce98a04cf002d52c1ae04d383d7f08d9910b.tar
metatile-7bc2ce98a04cf002d52c1ae04d383d7f08d9910b.zip
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
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
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)
] ++