My dwm build
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

11 строки
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 */