Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Created August 26, 2020 05:37
Show Gist options
  • Save nekolinuxblog/b1f619f8079e5c04257dd33c10d6729f to your computer and use it in GitHub Desktop.
Save nekolinuxblog/b1f619f8079e5c04257dd33c10d6729f to your computer and use it in GitHub Desktop.
a just basic config file of xmonad
import XMonad
import XMonad.Hooks.DynamicLog
main = xmonad =<< xmobar def
{ terminal = "xterm"
, modMask = mod1Mask
, borderWidth = 2
, normalBorderColor = "#cccccc"
, focusedBorderColor = "#cd8b00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment