]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: meta-f switches to last active workspace.
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Dec 2010 13:50:08 +0000 (14:50 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Dec 2010 13:50:08 +0000 (14:50 +0100)
xmonad.hs

index df3043516ec22e996a591fb23818a7cd1295b2b5..c59bc53dce2e26d0220e6e39aecebd637541431f 100644 (file)
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -18,6 +18,8 @@ import XMonad.Hooks.ManageHelpers
 import XMonad.Util.EZConfig
 -- Necessary for setWMName.
 import XMonad.Hooks.SetWMName
+-- Necessary for toggleWS.
+import XMonad.Actions.CycleWS
 
 
 -- Prevent new windows from spawning in the master pane. Taken from
@@ -84,6 +86,9 @@ myKeys = [
         -- Switch to additional layout (vertical tiled) defined by
         -- toggleLayouts above.
         ((mod4Mask, xK_v), sendMessage ToggleLayout)
+        -- Switch to last active workspace, thanks to moljac024 in #xmonad on
+        -- Freenode (2010-12-18 14:45).
+      , ((mod4Mask, xK_f), toggleWS)
     ]
     ++
     -- When using multiple screens, switching to another workspace causes