[XMonad] Correct chrome startup command

This commit is contained in:
Ivan Malison 2016-10-27 01:46:35 -07:00
parent 2813c3351b
commit 65d8d725ca
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -223,7 +223,7 @@ addKeys conf@XConfig {modMask = modm} =
[ (modalt, xK_s, spawn "spotify", spotifySelector)
, (modalt, xK_e, spawn "emacsclient -c", emacsSelector)
, (modalt, xK_c, spawn "google-chrome", chromeSelector)
, (modalt, xK_c, spawn "google-chrome-stable", chromeSelector)
, (modalt, xK_h, spawn "cool", hangoutsSelector)
] ++
-- Replace original moving stuff around + greedy view bindings