fix some deprecated and removed defaultTConfs

This commit is contained in:
brandon s allbery kf8nh 2022-08-02 19:37:18 -04:00 committed by GitHub
parent 0934fe5cd7
commit 6b4675e3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ import qualified XMonad.StackSet as W ( differentiate )
--
-- and add something like
--
-- > combineTwo (TwoPane 0.03 0.5) (tabbed shrinkText defaultTConf) (tabbed shrinkText defaultTConf)
-- > combineTwo (TwoPane 0.03 0.5) (tabbed shrinkText def) (tabbed shrinkText def)
--
-- to your layouts.
--