diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-10 18:49:54 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-10 18:49:54 -0500 |
| commit | a67c7f6bab5bb732129b7b399eabcec9237ab946 (patch) | |
| tree | 3a69b08b65ea0587b9a641e69b8ed92f36aa2192 /env/.local/bin | |
| parent | fafe4746e4a5e1ee191332e1b883440658f3876c (diff) | |
added hyprlock, wlogout, and wlogout script.
Diffstat (limited to 'env/.local/bin')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 2ccbc04..68e9ac4 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -60,7 +60,7 @@ fi if [ "$(cat /etc/hostname)" == "Kasino" ]; then if [ -z "$(pgrep vesktop)" ]; then sleep 2s - flatpak run dev.vencord.Vesktop & disown + vesktop & disown fi if [ -z "$(pgrep gajim)" ]; then |
