diff options
-rw-r--r-- | .xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 1deaabf..35112a5 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -79,7 +79,7 @@ hostFromName h@("vali") = defaultHost { hName = h | |||
79 | , hWsp = hWsp | 79 | , hWsp = hWsp |
80 | , hCoWsp = hCoWsp | 80 | , hCoWsp = hCoWsp |
81 | , hKeysMod = \conf -> Map.union $ Map.fromList $ join $ map (spawnBindings conf) [ (xK_d, ["dwb", "dwb $(xclip -o)"]) | 81 | , hKeysMod = \conf -> Map.union $ Map.fromList $ join $ map (spawnBindings conf) [ (xK_d, ["dwb", "dwb $(xclip -o)"]) |
82 | , (xK_e, ["emacsclient", "-c"]) | 82 | , (xK_e, ["emacsclient -c"]) |
83 | ] | 83 | ] |
84 | , hScreens = [1, 0] ++ [2,3..] | 84 | , hScreens = [1, 0] ++ [2,3..] |
85 | } | 85 | } |