From: R. Steve McKown Date: Sat, 26 Mar 2016 00:33:36 +0000 (-0600) Subject: dwmrc: launch mcabber on login X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=2cd86dfc9bcb481e88aeb39067c705eacbf110e4 dwmrc: launch mcabber on login --- diff --git a/dwmrc b/dwmrc index 71c48b1..92a4448 100755 --- a/dwmrc +++ b/dwmrc @@ -49,6 +49,7 @@ type synclient 2>/dev/null && synclient TouchpadOff=1 (pgrep -x nm-applet || exec nm-applet ) & (pgrep -x xfce4-power-manager || exec xfce4-power-manager ) & (pgrep dwm-i3status || exec dwm-i3status ) & +(exec xterm -e mcabber ) & # DWM has bindings for screen captures that expects ~/screenshots/ to exist. mkdir -p ~/screenshots