From 450611723860a7e2e7415f6a7731d56f95d5a056 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 15 Apr 2015 02:53:55 +0200 Subject: [PATCH] xmonad: remap "switch to last workspace" to mod-b --- xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.1