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 ab3bc4c..353041d 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
| @@ -81,7 +81,7 @@ hostFromName h@("vali") = defaultHost { hName = h | |||
| 81 | ] | 81 | ] |
| 82 | , hWsp = hWsp | 82 | , hWsp = hWsp |
| 83 | , hCoWsp = hCoWsp | 83 | , hCoWsp = hCoWsp |
| 84 | , hKeysMod = \conf -> Map.union $ Map.fromList $ join $ map (spawnBindings conf) [ (xK_d, ["dwb", "dwb $(xclip -o)"]) | 84 | , hKeysMod = \conf -> Map.union $ Map.fromList $ join $ map (spawnBindings conf) [ (xK_d, ["chromium", "chromium $(xclip -o)"]) |
| 85 | , (xK_e, ["emacsclient -c"]) | 85 | , (xK_e, ["emacsclient -c"]) |
| 86 | ] | 86 | ] |
| 87 | , hScreens = [1, 0] ++ [2,3..] | 87 | , hScreens = [1, 0] ++ [2,3..] |
