]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad: remap "switch to last workspace" to mod-b
authorSimon Ruderich <simon@ruderich.org>
Wed, 15 Apr 2015 00:53:55 +0000 (02:53 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 15 Apr 2015 00:53:55 +0000 (02:53 +0200)
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.