mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
picom: ensure $XDG_RUNTIME_DIR/i3 exists
This commit is contained in:
parent
1db8eace7f
commit
964d2c565d
1 changed files with 1 additions and 0 deletions
|
@ -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/" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue