My dwm build
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

11 rindas
363 B

  1. --- dwm.c
  2. +++ dwm.c
  3. @@ -211,6 +211,7 @@ static void tagmon(const Arg *arg);
  4. static void tile(Monitor *);
  5. static void togglebar(const Arg *arg);
  6. static void togglefloating(const Arg *arg);
  7. +static void togglefullscr(const Arg *arg);
  8. static void toggletag(const Arg *arg);
  9. static void toggleview(const Arg *arg);
  10. static void unfocus(Client *c, int setfocus);