My dwm build
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

11 řádky
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 */