diff options
-rw-r--r-- | .xmonad/xmonad.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 353041d..dd748eb 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -78,6 +78,7 @@ hostFromName h@("vali") = defaultHost { hName = h | |||
78 | , assign "web" $ className =? ".dwb-wrapped" | 78 | , assign "web" $ className =? ".dwb-wrapped" |
79 | , assign "web" $ className =? "Chromium" | 79 | , assign "web" $ className =? "Chromium" |
80 | , assign "work" $ className =? "Emacs" | 80 | , assign "work" $ className =? "Emacs" |
81 | , assign "media" $ className =? "mpv" | ||
81 | ] | 82 | ] |
82 | , hWsp = hWsp | 83 | , hWsp = hWsp |
83 | , hCoWsp = hCoWsp | 84 | , hCoWsp = hCoWsp |
@@ -89,6 +90,7 @@ hostFromName h@("vali") = defaultHost { hName = h | |||
89 | where | 90 | where |
90 | workspaceNames = Map.fromList [ (2, "web") | 91 | workspaceNames = Map.fromList [ (2, "web") |
91 | , (3, "work") | 92 | , (3, "work") |
93 | , (10, "media") | ||
92 | ] | 94 | ] |
93 | hWsp = wspFromMap workspaceNames | 95 | hWsp = wspFromMap workspaceNames |
94 | hCoWsp = coWspFromMap workspaceNames | 96 | hCoWsp = coWspFromMap workspaceNames |