diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-01 16:19:14 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-01 16:19:14 -0500 |
| commit | 889894aa1d68358676bca48ddd540a76e067eddb (patch) | |
| tree | 5648891453117fe62b6f030b4f92585befb00e8d /env/.local/bin/system/start-scripts | |
| parent | b95ae4c5c9ff4d693d6424cce8a0d579754c4202 (diff) | |
- fixed wrong dir targets
- added commands to toggle swapscape for hyprland
- fixed a launch in autostart
- wrong dir for keep finds
Diffstat (limited to 'env/.local/bin/system/start-scripts')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 910fa47..88cd5af 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -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 |
