This commit is contained in:
tuxwarrior
2024-04-30 21:40:31 -05:00
parent 14a8d68435
commit 9fea0a1b13
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ monitor=,preferred,auto,auto
# execute at launch # execute at launch
#exec-once = hyprpaper & waybar & hypridle & hyprdim --strength 0.6 --duration 500 --no-dim-when-only --dialog-dim 0.1 & pcloud #exec-once = hyprpaper & waybar & hypridle & hyprdim --strength 0.6 --duration 500 --no-dim-when-only --dialog-dim 0.1 & pcloud
exec-once = hyprpaper exec-once = startup
# Source a file (multi-file configs) # Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf

View File

@@ -50,6 +50,7 @@ deploy_file() {
_src_path=$1 _src_path=$1
_trg_path=$2 _trg_path=$2
mkdir -p ${_trg_path}
cp -f ${_src_path} ${_trg_path} cp -f ${_src_path} ${_trg_path}
chown ${user}:${user} ${_trg_path} chown ${user}:${user} ${_trg_path}