From 883edf1a95131ce443eb47c78069632c2a6acaab Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sat, 27 Sep 2025 19:33:24 +0200 Subject: [PATCH] - keep.sh is started from the startup.sh script now, not from hyprland config - synced startup.sh with main version --- .config/hypr/hyprland.conf | 2 +- bin/startup.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c320433..fad8d7f 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -35,7 +35,7 @@ exec-once=waybar exec-once=wpaperd exec-once=/usr/lib/polkit-kde-authentication-agent-1 #exec-once=[workspace 1] firefox -exec-once=~/bin/keep.sh + #apps exec-once=~/bin/startup.sh exec-once=~/bin/suspend.sh diff --git a/bin/startup.sh b/bin/startup.sh index 4a75402..3c2fcae 100755 --- a/bin/startup.sh +++ b/bin/startup.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +source /home/thierry/keepass.env +source /home/thierry/bin/alias + sleep 1 killall -e xdg-desktop-portal-hyprland killall -e xdg-desktop-portal-wlr @@ -19,5 +22,5 @@ localsend --hidden & blueman-applet & mangohud steam -silent & swaync & - +~/bin/keep.sh &