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.
 
 
 
 
 

18 lines
885 B

  1. --- config.def.h
  2. +++ config.def.h
  3. @@ -27,9 +28,11 @@ static const Rule rules[] = {
  4. * WM_CLASS(STRING) = instance, class
  5. * WM_NAME(STRING) = title
  6. */
  7. - /* class instance title tags mask isfloating monitor */
  8. - { "Gimp", NULL, NULL, 0, 1, -1 },
  9. - { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
  10. + /* class instance title tags mask isfloating isterminal noswallow monitor */
  11. + { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
  12. + { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 },
  13. + { "St", NULL, NULL, 0, 0, 1, 0, -1 },
  14. + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
  15. };
  16. /* layout(s) */