diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-05 22:17:30 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-05 22:17:30 +0000 |
commit | 6688c8e910293a5b87c13e4180ced305af82e8fe (patch) | |
tree | c5a0b84d0dfbdc3ff720c9aedeffbe2478483089 /.xmonad/xmonad.hs | |
parent | 269f143489fa77200799ed0e1199762733d86252 (diff) | |
download | dotfiles-6688c8e910293a5b87c13e4180ced305af82e8fe.tar dotfiles-6688c8e910293a5b87c13e4180ced305af82e8fe.tar.gz dotfiles-6688c8e910293a5b87c13e4180ced305af82e8fe.tar.bz2 dotfiles-6688c8e910293a5b87c13e4180ced305af82e8fe.tar.xz dotfiles-6688c8e910293a5b87c13e4180ced305af82e8fe.zip |
Workspace for media on vali
Diffstat (limited to '.xmonad/xmonad.hs')
-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 |