forked from colonelpanic/dotfiles
[XMonad] Correct chrome startup command
This commit is contained in:
parent
2813c3351b
commit
65d8d725ca
@ -223,7 +223,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", chromeSelector)
|
, (modalt, xK_c, spawn "google-chrome-stable", chromeSelector)
|
||||||
, (modalt, xK_h, spawn "cool", hangoutsSelector)
|
, (modalt, xK_h, spawn "cool", hangoutsSelector)
|
||||||
] ++
|
] ++
|
||||||
-- Replace original moving stuff around + greedy view bindings
|
-- Replace original moving stuff around + greedy view bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user