diff --git a/xmonad.hs b/xmonad.hs index 7f71abe..2dfc50e 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -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