My dwm build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
435 B

  1. --- config.def.h
  2. +++ config.def.h
  3. @@ -2,6 +2,7 @@
  4. /* appearance */
  5. static const unsigned int borderpx = 1; /* border pixel of windows */
  6. +static const unsigned int gappx = 5; /* gaps between windows */
  7. static const unsigned int snap = 32; /* snap pixel */
  8. static const int showbar = 1; /* 0 means no bar */
  9. static const int topbar = 1; /* 0 means bottom bar */