mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
scripts/dpi: ensure config directory exists
This commit is contained in:
parent
e8a3b91052
commit
8bd77f63cd
@ -11,6 +11,7 @@ if [ -z "$1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
CONF_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/xsettingsd"
|
CONF_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/xsettingsd"
|
||||||
|
mkdir -p "$CONF_DIR"
|
||||||
|
|
||||||
# Build xsettingsd.local
|
# Build xsettingsd.local
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user