Skip to content

Commit

Permalink
Add alt-mod-space as a synapse keybinding.
Browse files Browse the repository at this point in the history
Since synapse is currently unable to remember its own keybindings, I'll
work around this issue by adding the keybinding I want to xmonad.
  • Loading branch information
David Brewer committed Jun 30, 2014
1 parent 6d7c2b7 commit 1e91366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmonad.hs
Expand Up @@ -206,6 +206,7 @@ myKeyBindings =
, ((myModMask, xK_a), sendMessage MirrorShrink)
, ((myModMask, xK_z), sendMessage MirrorExpand)
, ((myModMask, xK_p), spawn "synapse")
, ((myModMask .|. mod1Mask, xK_space), spawn "synapse")
, ((myModMask, xK_u), focusUrgent)
, ((0, 0x1008FF12), spawn "amixer -q set Master toggle")
, ((0, 0x1008FF11), spawn "amixer -q set Master 10%-")
Expand Down

0 comments on commit 1e91366

Please sign in to comment.