- 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:
@@ -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
|
||||
|
||||
@@ -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 &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user