Skip to content

Commit

Permalink
Merge pull request #38 from RazoBeckett/main
Browse files Browse the repository at this point in the history
Clean up and Touch
  • Loading branch information
ChrisTitusTech authored Jul 30, 2024
2 parents 358f25b + 2ea72b0 commit 0e39c28
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# binaries
/dwm

# Patch Fail
*.rej
*.orig

# Object Files
*.o
Binary file removed drw.o
Binary file not shown.
Binary file removed dwm
Binary file not shown.
2 changes: 1 addition & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ void
updatestatus(void)
{
if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext))) {
strcpy(stext, "dwm-"VERSION);
strcpy(stext, "dwm-titus:"VERSION);
statusw = TEXTW(stext) - lrpad + 2;
} else {
char *text, *s, ch;
Expand Down
Binary file removed dwm.o
Binary file not shown.
Binary file removed util.o
Binary file not shown.

0 comments on commit 0e39c28

Please sign in to comment.