- keep.sh is started from the startup.sh script now, not from hyprland config

- synced startup.sh with main version
This commit is contained in:
2025-09-27 19:33:24 +02:00
parent 55b1f5f8da
commit 883edf1a95
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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 &