summaryrefslogblamecommitdiffstats
path: root/xmonad/xmonad.hs.bak
blob: b1172ed2588157b9363c6bbd99b1586ae11de402 (plain) (tree)
1
2
3
4
5
6
7






                         
import XMonad
import XMonad.Config.Xfce

main = xmonad xfceConfig
  { terminal = "xterm"
  , modMask = mod4Mask
  }