My dwm build
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

11 wiersze
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 */