]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
dwmrc: don't launch pidgin on startup
authorR. Steve McKown <rsmckown@gmail.com>
Sat, 26 Mar 2016 00:26:48 +0000 (18:26 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 26 Mar 2016 00:36:21 +0000 (18:36 -0600)
Pidgin is a nice XMPP client, but it is annoying.

dwmrc

diff --git a/dwmrc b/dwmrc
index a7baa093c62c3e149ca23aba8de06f6f2dcc2e88..71c48b1c7e29b7708c729431e2a8ade33ca31156 100755 (executable)
--- 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.