[XMonad] Add start_hangouts.sh script

This commit is contained in:
Ivan Malison 2016-11-21 23:28:34 -06:00
parent 26cdc5d340
commit 91f36064e5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
google-chrome-stable --profile-directory=Default --app-id=knipolnnllmklapflnccelgolnpehhpl

View File

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