From: R. Steve McKown Date: Sat, 26 Mar 2016 00:26:48 +0000 (-0600) Subject: dwmrc: don't launch pidgin on startup X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=8a6c7f0662fa21acd74fa087fa81c5ee60621986 dwmrc: don't launch pidgin on startup Pidgin is a nice XMPP client, but it is annoying. --- diff --git a/dwmrc b/dwmrc index a7baa09..71c48b1 100755 --- a/dwmrc +++ b/dwmrc @@ -48,7 +48,6 @@ type synclient 2>/dev/null && synclient TouchpadOff=1 (pgrep -x dunst || exec dunst ) & (pgrep -x nm-applet || exec nm-applet ) & (pgrep -x xfce4-power-manager || exec xfce4-power-manager ) & -(pgrep -x pidgin || exec pidgin ) & (pgrep dwm-i3status || exec dwm-i3status ) & # DWM has bindings for screen captures that expects ~/screenshots/ to exist.