- fixed wrong dir targets

- added commands to toggle swapscape for hyprland
- fixed a launch in autostart
- wrong dir for keep finds
This commit is contained in:
2025-07-01 16:19:14 -05:00
parent b95ae4c5c9
commit 889894aa1d
5 changed files with 12 additions and 10 deletions

View File

@@ -54,14 +54,14 @@ fi
if [ -z "$(pgrep wezterm)" ]; then
sleep 2
wezterm -e ~/stuff/scripts/system/task.sh &
wezterm -e ~/.local/bin/system/task.sh &
fi
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
if [ -z "$(pgrep vesktop)" ]; then
sleep 2s
vesktop & disown
dbus-run-session vesktop & disown
fi
if [ -z "$(pgrep gajim)" ]; then