diff options
author | tv <tv@krebsco.de> | 2015-11-09 17:58:53 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-09 17:58:53 +0100 |
commit | 619e0ea9489d4d3e141671f600598468b26b4e72 (patch) | |
tree | d7c8c8708f5e6b02ccd9daa0638564047e5b781e /tv/5pkgs/xmonad-tv/Main.hs | |
parent | 604ce6bd59c74f59ac9f18e3e82fa26e8ace8462 (diff) |
xmonad-tv: use xmonad-stockholm
Diffstat (limited to 'tv/5pkgs/xmonad-tv/Main.hs')
-rw-r--r-- | tv/5pkgs/xmonad-tv/Main.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/5pkgs/xmonad-tv/Main.hs b/tv/5pkgs/xmonad-tv/Main.hs index 2cc48efa3..2258b34a6 100644 --- a/tv/5pkgs/xmonad-tv/Main.hs +++ b/tv/5pkgs/xmonad-tv/Main.hs @@ -35,9 +35,9 @@ import XMonad.Layout.PerWorkspace (onWorkspace) --import XMonad.Layout.BinarySpacePartition --import XMonad.Actions.Submap -import Util.Pager -import Util.Rhombus -import Util.Shutdown +import XMonad.Stockholm.Pager +import XMonad.Stockholm.Rhombus +import XMonad.Stockholm.Shutdown myTerm :: String |