From 964d2c565d03b2a22b80ec1b0d3e7ef229ae8860 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 13 May 2022 08:20:48 +0200 Subject: [PATCH] picom: ensure $XDG_RUNTIME_DIR/i3 exists --- bin/picom-configure | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/picom-configure b/bin/picom-configure index eee1bc2..aacb8c8 100755 --- a/bin/picom-configure +++ b/bin/picom-configure @@ -7,6 +7,7 @@ SHADOW_RADIUS=$((12 * dpi / 96)) SHADOW_OFFSET=$((SHADOW_RADIUS*2/3)) # Configure picom +mkdir -p $XDG_RUNTIME_DIR/i3 cat ~/.config/i3/dotfiles/picom.conf \ | sed -e "s/@POLYBAR_HEIGHT@/$POLYBAR_HEIGHT/" \ | sed -e "s/@SHADOW_RADIUS@/$SHADOW_RADIUS/" \