From c6e017fe6df5e59723a7b0d4459bb328ae721c75 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sat, 12 Dec 2015 15:09:56 -0700 Subject: [PATCH] dwmrc: custom dwm exe name change Name changed to match the session so that: pgrep -u $USER -o $DESKTOP_SESSION will return the pid of the dwm process --- dwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwmrc b/dwmrc index 88a3491..9637492 100755 --- a/dwmrc +++ b/dwmrc @@ -43,4 +43,4 @@ pgrep dwm-i3status || dwm-i3status & # DWM has bindings for screen captures that expects ~/screenshots/ to exist. mkdir -p ~/screenshots -exec dwm.custom +exec dwm-custom -- 2.39.2