From: R. Steve McKown Date: Sat, 12 Dec 2015 22:09:56 +0000 (-0700) Subject: dwmrc: custom dwm exe name change X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=c6e017fe6df5e59723a7b0d4459bb328ae721c75 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 --- 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