[XMonad] Swap modalt bindings for spotify and hangouts

This commit is contained in:
Ivan Malison 2016-11-22 14:36:36 -08:00
parent 2e6092bb35
commit c6798fa452
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -452,12 +452,12 @@ addKeys conf@XConfig {modMask = modm} =
-- ScratchPads
, ((modalt, xK_m), doScratchpad "htop")
, ((modalt, xK_s), doScratchpad "spotify")
, ((modalt, xK_h), doScratchpad "hangouts")
, ((modalt .|. controlMask, xK_s), doScratchpad "spotify")
, ((modalt .|. controlMask, xK_h), doScratchpad "hangouts")
, ((modalt .|. controlMask, xK_h),
, ((modalt, xK_h),
myRaiseNextMaybe (spawn hangoutsCommand) hangoutsSelector)
, ((modalt .|. controlMask, xK_s),
, ((modalt, xK_s),
myRaiseNextMaybe (spawn spotifyCommand) spotifySelector)
-- playerctl