summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:22:41 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:22:41 +0200
commit776f0cf4b665cf58bde5558b95d4d96fae7a9c53 (patch)
tree02716652f409ea04abd4fbeb9306e57ee0d168c4 /Config.hs
parent05a074f45dc3abce2058e2c41cda7a485c912a75 (diff)
downloadmetatile-776f0cf4b665cf58bde5558b95d4d96fae7a9c53.tar
metatile-776f0cf4b665cf58bde5558b95d4d96fae7a9c53.zip
Add setLayout to the core
darcs-hash:20070928002241-a5988-68aacebdf64cab00c7c68bf3c91fb55210c31e99
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs1
1 files changed, 1 insertions, 0 deletions
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