forked from Shinonome/dots-hyprland
Prepare for --via-nix fallback to swaylock
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
# TODO: add --exp-files-regen Force copy the default config to ${EXP_FILE_PATH} (auto do this when not existed)
|
||||
# TODO: Implement versioning, i.e. when user-defined yaml config file has version number mismatch with the default one, produce error. If only minor version number is not the same, the error can be ommitted via --exp-file-no-strict .
|
||||
# TODO: add --exp-files-no-strict Ignore error when minor version number is not the same
|
||||
# TODO: When --via-nix is specified, use dots-extra/vianix/hypridle.conf instead
|
||||
#
|
||||
# Stage 2 todos:
|
||||
# TODO: Implement bool key symlink (both read-write and read-only), when the value of `symlink` is true, then instead using `rsync` or `cp`, use `ln`.
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
# shellcheck shell=bash
|
||||
|
||||
# TODO: When --via-nix is specified, use dots-extra/vianix/hypridle.conf instead
|
||||
# In case some dirs does not exists
|
||||
v mkdir -p $XDG_BIN_HOME $XDG_CACHE_HOME $XDG_CONFIG_HOME $XDG_DATA_HOME/icons
|
||||
|
||||
|
||||
Reference in New Issue
Block a user