Advertisement
hu6

dwm-6.0-removetitlepanel.diff

hu6
Aug 16th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Binary files /Users/John/Desktop/dwmOld/.DS_Store and /Users/John/Desktop/dwmNew/.DS_Store differ
  2. Only in /Users/John/Desktop/dwmNew: dwm-6.0-removetitlepanel.diff
  3. diff -up /Users/John/Desktop/dwmOld/dwm.c /Users/John/Desktop/dwmNew/dwm.c
  4. --- /Users/John/Desktop/dwmOld/dwm.c 2013-08-16 22:42:15.000000000 -0400
  5. +++ /Users/John/Desktop/dwmNew/dwm.c 2013-08-16 22:42:59.000000000 -0400
  6. @@ -755,7 +755,7 @@ drawbar(Monitor *m) {
  7. dc.x = x;
  8. if(m->sel) {
  9. col = m == selmon ? dc.sel : dc.norm;
  10. - drawtext(m->sel->name, col, False);
  11. + drawtext(NULL, dc.colors[0], True);
  12. drawsquare(m->sel->isfixed, m->sel->isfloating, False, col);
  13. }
  14. else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement