From 9fea0a1b134083bd3a5ba35b4a44730e1a9b0764 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Tue, 30 Apr 2024 21:40:31 -0500 Subject: [PATCH] u --- dots/hyprland/hyprland.conf | 2 +- scripts/99_deploy.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 0f5e4c6..1ad2681 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -20,7 +20,7 @@ monitor=,preferred,auto,auto # 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 +exec-once = startup # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index b18902e..1adabb3 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -50,6 +50,7 @@ deploy_file() { _src_path=$1 _trg_path=$2 + mkdir -p ${_trg_path} cp -f ${_src_path} ${_trg_path} chown ${user}:${user} ${_trg_path}