From 87a29e6b1d34b16257f1dd9325ea4f1d95eb8e97 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 17 Jul 2015 19:43:13 -0600 Subject: [PATCH] dwmrc: ensure ~/screenshots/ for DWM scrot bindings --- dwmrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2