diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-06-06 23:00:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-06-06 23:00:25 +0200 |
commit | 74589399f94a612aba45aa2ed3f6ef11819ef41c (patch) | |
tree | a0116269c580f0d00443271dae8d5e5789d176b3 /accounts/gkleen@sif/xmonad | |
parent | c7eedaeabe6f2eabd6521e41808fa25ffd6a7d9a (diff) | |
download | nixos-74589399f94a612aba45aa2ed3f6ef11819ef41c.tar nixos-74589399f94a612aba45aa2ed3f6ef11819ef41c.tar.gz nixos-74589399f94a612aba45aa2ed3f6ef11819ef41c.tar.bz2 nixos-74589399f94a612aba45aa2ed3f6ef11819ef41c.tar.xz nixos-74589399f94a612aba45aa2ed3f6ef11819ef41c.zip |
gkleen@sif: google-chrome
Diffstat (limited to 'accounts/gkleen@sif/xmonad')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index d21debdf..d75d0de6 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -220,7 +220,7 @@ hostFromName h | |||
220 | , hWsp = hWsp | 220 | , hWsp = hWsp |
221 | , hCoWsp = hCoWsp | 221 | , hCoWsp = hCoWsp |
222 | , hKeysMod = \conf -> Map.union $ (Map.fromList $ join $ map (spawnBindings conf) [ (xK_e, ["emacsclient -c"]) | 222 | , hKeysMod = \conf -> Map.union $ (Map.fromList $ join $ map (spawnBindings conf) [ (xK_e, ["emacsclient -c"]) |
223 | , (xK_d, [fromString browser, fromString $ browser ++ " $(xclip -o)", fromString $ "notmuch-links"]) | 223 | , (xK_d, [fromString browser, "google-chrome", "notmuch-links"]) |
224 | , (xK_c, [ inputPrompt xPConfig "dc" ?+ dc ]) | 224 | , (xK_c, [ inputPrompt xPConfig "dc" ?+ dc ]) |
225 | , (xK_g, ["pidgin"]) | 225 | , (xK_g, ["pidgin"]) |
226 | , (xK_s, ["skype"]) | 226 | , (xK_s, ["skype"]) |