Missed a reference to bindOn

The perils of making 1-line changes to another module….

Co-authored-by: Tomáš Janoušek <tomi@nomi.cz>
This commit is contained in:
brandon s allbery kf8nh
2022-04-06 13:00:39 -04:00
parent 84caf89894
commit 0833c347e7

View File

@@ -29,7 +29,7 @@ import XMonad.StackSet as S
--
-- > import XMonad.Actions.PerLayoutKeys
--
-- > ,((0, xK_F2), bindOn [("Tall", spawn "rxvt"), ("Mirror Tall", spawn "xeyes"), ("", spawn "xmessage hello")])
-- > ,((0, xK_F2), bindByLayout [("Tall", spawn "rxvt"), ("Mirror Tall", spawn "xeyes"), ("", spawn "xmessage hello")])
--
-- For detailed instructions on editing your key bindings, see
-- "XMonad.Doc.Extending#Editing_key_bindings".