From 033f5a195b8b5a0602dde4fe13d1542a0a7c8756 Mon Sep 17 00:00:00 2001 From: Arda Atci Date: Sat, 1 Oct 2022 02:51:21 +0300 Subject: [PATCH] pdwm --- config.mk | 2 +- pdwm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 2a47ee6..68f35d2 100755 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 1.2.6 +VERSION = 1.3 # Customize below to fit your system diff --git a/pdwm.c b/pdwm.c index 2dcf589..4be5fb2 100755 --- a/pdwm.c +++ b/pdwm.c @@ -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);