Skip to content

Can you document your xmonad keybindings? #3

Description

@zanculmarktum

Or maybe the config.

I'm trying your xmonad config, and mod-shift-a, mod-shift-s, mod-shift-d don't seem to do anything:

[ ((modMask .|. m, k), focusNthScreen i greedy >> up)
    | (i, k) <- zip [0..] [xK_a, xK_s, xK_d]
    , (m, greedy) <- [(0, False), (shiftMask, True)]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions