mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
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:
@@ -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".
|
||||
|
Reference in New Issue
Block a user