From: Simon Ruderich Date: Wed, 15 Apr 2015 00:53:55 +0000 (+0200) Subject: xmonad: remap "switch to last workspace" to mod-b X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=450611723860a7e2e7415f6a7731d56f95d5a056;p=config%2Fdotfiles.git xmonad: remap "switch to last workspace" to mod-b --- diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 7ae8dbb..9422146 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -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.