From: R. Steve McKown Date: Sat, 18 Jul 2015 01:43:13 +0000 (-0600) Subject: dwmrc: ensure ~/screenshots/ for DWM scrot bindings X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=87a29e6b1d34b16257f1dd9325ea4f1d95eb8e97 dwmrc: ensure ~/screenshots/ for DWM scrot bindings --- diff --git a/dwmrc b/dwmrc index 0b74a86..ee83f3e 100755 --- a/dwmrc +++ b/dwmrc @@ -45,4 +45,7 @@ pgrep dwm-i3status || dwm-i3status & # nicer ssh-askpass than the default X11 version. SSH_ASKPASS=/usr/bin/ssh-askpass ssh-add & +# DWM has bindings for screen captures that expects ~/screenshots/ to exist. +mkdir -p ~/screenshots + exec dwm.custom