summaryrefslogtreecommitdiff
path: root/.xmonad/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to '.xmonad/xmonad.hs')
-rw-r--r--.xmonad/xmonad.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index 0687afb..91af611 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -79,7 +79,8 @@ 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 ] 82 (xK_e, ["emacsclient", "-c"])
83 ]
83 , hScreens = [1, 0] ++ [2,3..] 84 , hScreens = [1, 0] ++ [2,3..]
84 } 85 }
85 where 86 where