From d8a30ccc241cc400c5169b1ecea7b8278f7c0da2 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 02:22:41 +0200 Subject: Add setLayout to the core darcs-hash:20070928002241-a5988-68aacebdf64cab00c7c68bf3c91fb55210c31e99.gz --- Config.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index f3269d0..5356cb0 100644 --- a/Config.hs +++ b/Config.hs @@ -142,6 +142,7 @@ keys = M.fromList $ , ((modMask .|. shiftMask, xK_c ), kill) -- %! Close the focused window , ((modMask, xK_space ), sendMessage NextLayout) -- %! Rotate through the available layout algorithms + , ((modMask .|. shiftMask, xK_space ), setLayout $ SomeLayout $ LayoutSelection defaultLayouts) -- %! Reset the layouts on the current workspace to default , ((modMask, xK_n ), refresh) -- %! Resize viewed windows to the correct size -- cgit v1.2.3