REF removed some old comment-y stuff

This commit is contained in:
Nathan Dwarshuis 2020-03-05 21:29:44 -05:00
parent e934ceaa10
commit f03e50662a
1 changed files with 0 additions and 19 deletions

View File

@ -1,11 +1,5 @@
--------------------------------------------------------------------------------
-- | Example.hs
--
-- Example configuration file for xmonad using the latest recommended
-- features (e.g., 'desktopConfig').
module Main (main) where
--------------------------------------------------------------------------------
import System.Exit
import System.IO
@ -53,7 +47,6 @@ import XMonad.Util.Run
import qualified XMonad.StackSet as W
--------------------------------------------------------------------------------
main = do
h <- spawnPipe "xmobar"
xmonad
@ -71,8 +64,6 @@ main = do
, focusFollowsMouse = False
}
--------------------------------------------------------------------------------
myTopBarTheme = def
{ fontName = myFont
, inactiveBorderColor = "#999999"
@ -159,16 +150,6 @@ myWindowSetXinerama ws = wsString ++ sep ++ layout
(_, (Rectangle x0 _ _ _)) = getScreenIdAndRectangle s0
(_, (Rectangle x1 _ _ _)) = getScreenIdAndRectangle s1
--------------------------------------------------------------------------------
-- | Customize the way 'XMonad.Prompt' looks and behaves. It's a
-- great replacement for dzen.
-- myXPConfig = def
-- { position = Top
-- , alwaysHighlight = True
-- , promptBorderWidth = 0
-- , font = "xft:monospace:size=9"
-- }
myManageHook = composeOne
-- assume virtualbox is not run with the toolbar in fullscreen mode
-- as this makes a new window that confusingly must go over the