forked from colonelpanic/dotfiles
[XMonad] Add binding to go to hangouts
This commit is contained in:
parent
e0c7bd63d7
commit
948a0f713c
@ -612,6 +612,8 @@ addKeys conf@XConfig {modMask = modm} =
|
|||||||
[ ((modalt, xK_m), doScratchpad "htop")
|
[ ((modalt, xK_m), doScratchpad "htop")
|
||||||
, ((modalt, xK_v), doScratchpad "volume")
|
, ((modalt, xK_v), doScratchpad "volume")
|
||||||
, ((modalt, xK_h), doScratchpad "hangouts")
|
, ((modalt, xK_h), doScratchpad "hangouts")
|
||||||
|
, ((modalt .|. controlMask, xK_h),
|
||||||
|
myRaiseNextMaybe (spawn hangoutsCommand) hangoutsSelector)
|
||||||
|
|
||||||
-- Specific program spawning
|
-- Specific program spawning
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user