mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-05 22:51:52 -07:00
remove my config file -- the wiki is where its at.
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
--------------------------------------------------------------------
|
|
||||||
-- |
|
|
||||||
-- Module : XMonad.Config.Dons
|
|
||||||
-- Copyright : (c) Galois, Inc. 2007
|
|
||||||
-- License : BSD3
|
|
||||||
--
|
|
||||||
-- Maintainer: Don Stewart <dons@galois.com>
|
|
||||||
--
|
|
||||||
-- An example, simple configuration file.
|
|
||||||
--
|
|
||||||
--------------------------------------------------------------------
|
|
||||||
|
|
||||||
module XMonad.Config.Dons where
|
|
||||||
|
|
||||||
import XMonad
|
|
||||||
import XMonad.Hooks.DynamicLog
|
|
||||||
import XMonad.Layout.NoBorders
|
|
||||||
|
|
||||||
donsMain :: IO ()
|
|
||||||
donsMain = dzen $ \x -> xmonad $ x
|
|
||||||
{ terminal = "term"
|
|
||||||
, normalBorderColor = "#333333"
|
|
||||||
, focusedBorderColor = "red"
|
|
||||||
, layoutHook = smartBorders (layoutHook x)
|
|
||||||
, manageHook =
|
|
||||||
manageHook x <+>
|
|
||||||
(className =? "Toplevel" --> doFloat)
|
|
||||||
}
|
|
@@ -98,7 +98,6 @@ library
|
|||||||
XMonad.Actions.WindowGo
|
XMonad.Actions.WindowGo
|
||||||
XMonad.Actions.WindowBringer
|
XMonad.Actions.WindowBringer
|
||||||
XMonad.Config.Sjanssen
|
XMonad.Config.Sjanssen
|
||||||
XMonad.Config.Dons
|
|
||||||
XMonad.Config.Arossato
|
XMonad.Config.Arossato
|
||||||
XMonad.Config.Droundy
|
XMonad.Config.Droundy
|
||||||
XMonad.Hooks.DynamicLog
|
XMonad.Hooks.DynamicLog
|
||||||
|
Reference in New Issue
Block a user