REF remove old comments

This commit is contained in:
Nathan Dwarshuis 2020-02-14 22:53:24 -05:00
parent 9b42ce5d28
commit beb8f1d1b2
1 changed files with 0 additions and 15 deletions

View File

@ -54,21 +54,6 @@ main = do
, logHook = myLoghook h , logHook = myLoghook h
} }
-- Start xmonad using the main desktop configuration with a few
-- simple overrides:
-- xmonad $ desktopConfig
-- { modMask = mod4Mask -- Use the "Win" key for the mod key
-- , manageHook = myManageHook <+> manageHook desktopConfig
-- , layoutHook = desktopLayoutModifiers $ myLayouts
-- , logHook = dynamicLogString def >>= xmonadPropLog
-- }
-- `additionalKeysP` -- Add some extra key bindings:
-- [ ("M-S-q", confirmPrompt myXPConfig "exit" (io exitSuccess))
-- , ("M-p", shellPrompt myXPConfig)
-- , ("M-<Esc>", sendMessage (Toggle "Full"))
-- ]
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
myWorkspaces = map show [1..10 :: Int] ++ ["VM"] myWorkspaces = map show [1..10 :: Int] ++ ["VM"]