[XMonad] Add start_hangouts.sh script
This commit is contained in:
parent
26cdc5d340
commit
91f36064e5
3
dotfiles/lib/bin/start_hangouts.sh
Executable file
3
dotfiles/lib/bin/start_hangouts.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
google-chrome-stable --profile-directory=Default --app-id=knipolnnllmklapflnccelgolnpehhpl
|
@ -429,10 +429,10 @@ addKeys conf@XConfig {modMask = modm} =
|
|||||||
|
|
||||||
] ++ bindBringAndRaiseMany
|
] ++ 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_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)
|
, (modalt, xK_t, spawn "transmission-gtk", transmissionSelector)
|
||||||
] ++
|
] ++
|
||||||
-- Replace original moving stuff around + greedy view bindings
|
-- Replace original moving stuff around + greedy view bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user