]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
dwmrc: custom dwm exe name change
authorR. Steve McKown <rsmckown@gmail.com>
Sat, 12 Dec 2015 22:09:56 +0000 (15:09 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 12 Dec 2015 22:12:20 +0000 (15:12 -0700)
Name changed to match the session so that:

pgrep -u $USER -o $DESKTOP_SESSION

will return the pid of the dwm process

dwmrc

diff --git a/dwmrc b/dwmrc
index 88a3491cf79625491984bfb97252d38f8d4c4757..9637492324b57db38c5c3c6a4b02b62096eeea8b 100755 (executable)
--- 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