Advertisement
Guest User

dwm

a guest
Apr 18th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. static const char font[] = "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*";
  2. static const char normbordercolor[] = "#eeeeee";
  3. static const char normbgcolor[] = "#222222";
  4. static const char normfgcolor[] = "#eeeeee";
  5. static const char selbordercolor[] = "#88bbee";
  6. static const char selbgcolor[] = "#225588";
  7. static const char selfgcolor[] = "#eeeeee";
  8. static const unsigned int borderpx = 1; /* border pixel of windows */
  9. static const unsigned int snap = 32; /* snap pixel */
  10. static const Bool showbar = True; /* False means no bar */
  11. static const Bool topbar = True; /* False means bottom bar */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement