BinarySpacePartition
BinarySpacePartition copied to clipboard
altMask and ctrlMask are not defined in xmonad
Under It will be helpful to add the following keybindings, altMask and ctrlMask are used:
, ((modm .|. altMask .|. ctrlMask , xK_l ), sendMessage $ ShrinkFrom R)
altMask and ctrlMask are not defined, I assume you meant mod1Mask and controlMask.
@wad209 Thanks I was looking for what those 2 keys right name were.