mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
forgot to add my config file
This commit is contained in:
parent
080e11b376
commit
2ef6f91fb1
27
XMonad/Config/Dons.hs
Normal file
27
XMonad/Config/Dons.hs
Normal file
@ -0,0 +1,27 @@
|
||||
--------------------------------------------------------------------
|
||||
-- |
|
||||
-- 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.Config
|
||||
import XMonad.Hooks.DynamicLog
|
||||
|
||||
config :: XConfig
|
||||
config = defaultConfig
|
||||
{ borderWidth = 2
|
||||
, defaultGaps = [(18,0,0,0)]
|
||||
, terminal = "term"
|
||||
, normalBorderColor = "#cccccc"
|
||||
, focusedBorderColor = "#cd8b00"
|
||||
, logHook = dynamicLogDzen }
|
||||
|
Loading…
x
Reference in New Issue
Block a user