Skip to content

Commit

Permalink
pdwm
Browse files Browse the repository at this point in the history
  • Loading branch information
FT-Labs committed Sep 30, 2022
1 parent 2780c98 commit 033f5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dwm version
VERSION = 1.2.6
VERSION = 1.3

# Customize below to fit your system

Expand Down
2 changes: 1 addition & 1 deletion pdwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ void
updatestatus(void)
{
if (!gettextprop(root, XA_WM_NAME, rawstext, sizeof(rawstext)))
strcpy(stext, "phyOS-dwm-"VERSION);
strcpy(stext, "pdwm-"VERSION);
else
copyvalidchars(stext, rawstext);
drawbar(selmon);
Expand Down

0 comments on commit 033f5a1

Please sign in to comment.