[XMonad] Swap modalt bindings for spotify and hangouts
This commit is contained in:
parent
2e6092bb35
commit
c6798fa452
@ -452,13 +452,13 @@ addKeys conf@XConfig {modMask = modm} =
|
|||||||
|
|
||||||
-- ScratchPads
|
-- ScratchPads
|
||||||
, ((modalt, xK_m), doScratchpad "htop")
|
, ((modalt, xK_m), doScratchpad "htop")
|
||||||
, ((modalt, xK_s), doScratchpad "spotify")
|
, ((modalt .|. controlMask, xK_s), doScratchpad "spotify")
|
||||||
, ((modalt, xK_h), doScratchpad "hangouts")
|
, ((modalt .|. controlMask, xK_h), doScratchpad "hangouts")
|
||||||
|
|
||||||
, ((modalt .|. controlMask, xK_h),
|
, ((modalt, xK_h),
|
||||||
myRaiseNextMaybe (spawn hangoutsCommand) hangoutsSelector)
|
myRaiseNextMaybe (spawn hangoutsCommand) hangoutsSelector)
|
||||||
, ((modalt .|. controlMask, xK_s),
|
, ((modalt, xK_s),
|
||||||
myRaiseNextMaybe (spawn spotifyCommand) spotifySelector)
|
myRaiseNextMaybe (spawn spotifyCommand) spotifySelector)
|
||||||
|
|
||||||
-- playerctl
|
-- playerctl
|
||||||
, ((mod3Mask, xK_f), spawn "playerctl play-pause")
|
, ((mod3Mask, xK_f), spawn "playerctl play-pause")
|
||||||
|
Loading…
Reference in New Issue
Block a user