From 577fde309bae2598a48f6de2c248a0817588bda1 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Thu, 22 Aug 2024 19:01:25 -0400 Subject: [PATCH] Use startup script for hyprland --- hyprland/.config/hypr/startup-all.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hyprland/.config/hypr/startup-all.conf b/hyprland/.config/hypr/startup-all.conf index a086b40..3f5f16b 100644 --- a/hyprland/.config/hypr/startup-all.conf +++ b/hyprland/.config/hypr/startup-all.conf @@ -1,5 +1,6 @@ -# Waybar -exec-once = waybar - # Password manager update exec-once = pass git pull + +# Start up script +exec-once = ~/bin/system/system-start.sh +