[XMonad] Fix hangouts startup

This commit is contained in:
Ivan Malison 2016-11-02 18:23:56 -07:00
parent 1d2f28d3cb
commit 3eb720bc2d
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -251,7 +251,7 @@ addKeys conf@XConfig {modMask = modm} =
[ (modalt, xK_s, spawn "spotify", spotifySelector) [ (modalt, xK_s, spawn "spotify", spotifySelector)
, (modalt, xK_e, spawn "emacsclient -c", emacsSelector) , (modalt, xK_e, spawn "emacsclient -c", emacsSelector)
, (modalt, xK_c, spawn "google-chrome-stable", chromeSelector) , (modalt, xK_c, spawn "google-chrome-stable", chromeSelector)
, (modalt, xK_h, spawn "cool", hangoutsSelector) , (modalt, xK_h, spawn "google-chrome-stable --profile-directory=Default --app-id=knipolnnllmklapflnccelgolnpehhpl", hangoutsSelector)
, (modalt, xK_t, spawn "transmission", transmissionSelector) , (modalt, xK_t, spawn "transmission", transmissionSelector)
] ++ ] ++
-- Replace original moving stuff around + greedy view bindings -- Replace original moving stuff around + greedy view bindings