[XMonad] Set tvScreenId to 1

This commit is contained in:
Ivan Malison 2016-11-30 15:55:33 -08:00
parent ffc19bac6b
commit 0bce92e8f6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -153,7 +153,7 @@ transmissionCommand = "transmission-gtk"
-- Startup hook
tvScreenId :: ScreenId
tvScreenId = 0
tvScreenId = 1
disableTVFading = setFading (Just tvScreenId) False