X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=dwmrc;h=aeebe9a26518290289d8cda0987242b3dcb8f6db;hb=998aa359f59ee74a2bd342cf9cd8e4ea5e6155df;hp=88a3491cf79625491984bfb97252d38f8d4c4757;hpb=a9778e26b33280f1a8f5ed9a32cf996eed707c7f;p=smckown%2Fdotfiles.git diff --git a/dwmrc b/dwmrc index 88a3491..aeebe9a 100755 --- a/dwmrc +++ b/dwmrc @@ -27,20 +27,20 @@ dispcfg # Screen saver. DPMS standby -> suspend -> off in seconds # xss-lock calls i3lock on no X activity (DPMS standby) xset dpms 300 600 1200 -pgrep -x xss-lock || xss-lock -- i3lock --dpms & +(pgrep -x xss-lock || exec xss-lock -- i3lock --dpms ) & # Turn off touchpad (later use a toggle) type synclient 2>/dev/null && synclient TouchpadOff=1 # Applets, etc -pgrep -x xbindkeys || xbindkeys & -pgrep -x dunst || dunst & -pgrep -x nm-applet || nm-applet & -pgrep -x xfce4-power-manager || xfce4-power-manager & -pgrep -x pidgin || pidgin & -pgrep dwm-i3status || dwm-i3status & +(pgrep -x xbindkeys || exec xbindkeys ) & +(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. mkdir -p ~/screenshots -exec dwm.custom +exec dwm-custom