From 2cd86dfc9bcb481e88aeb39067c705eacbf110e4 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 25 Mar 2016 18:33:36 -0600 Subject: [PATCH] dwmrc: launch mcabber on login --- dwmrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2