X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xmonad%2Fxmonad.hs;h=94221468fef841ec32184b9b211ed7030ac3b499;hb=450611723860a7e2e7415f6a7731d56f95d5a056;hp=7ae8dbb2aeda9d658ed4a6553469202d72ee6365;hpb=3a3e803e9836ffcf97e93a79e0e7badc6ef47eff;p=config%2Fdotfiles.git 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.