]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xmonad/xmonad.hs
xmonad: remap "switch to last workspace" to mod-b
[config/dotfiles.git] / xmonad / xmonad.hs
index 7ae8dbb2aeda9d658ed4a6553469202d72ee6365..94221468fef841ec32184b9b211ed7030ac3b499 100644 (file)
@@ -151,7 +151,7 @@ myKeys = [
 
         -- Switch to last active workspace, thanks to moljac024 in #xmonad on
         -- Freenode (2010-12-18 14:45 CET).
-      , ((myModMask, xK_f), toggleWS)
+      , ((myModMask, xK_b), toggleWS)
 
       -- Lock the screen. The sleep is necessary to allow xtrlock to grab the
       -- keyboard input.