diff options
Diffstat (limited to 'env/.local/bin/system/start-scripts')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 7 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/newsboat-fetch.sh | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index c00b41f..bbe7e60 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -48,6 +48,13 @@ if [ -z "$(pgrep wezterm)" ]; then wezterm -e ~/.local/bin/system/task.sh & fi +# openrc or something is being weird. tmp fix until this gets patched or whatever +mkdir touch /run/user/1000/openrc +touch /run/user/1000/openrc/softlevel +rc-service --user pipewire start +rc-service --user wireplumber start +rc-service --user pipewire-pulse start + if [ "$(cat /etc/hostname)" == "Kasino" ]; then if [ -z "$(pgrep vesktop)" ]; then diff --git a/env/.local/bin/system/start-scripts/newsboat-fetch.sh b/env/.local/bin/system/start-scripts/newsboat-fetch.sh index 0b95d5d..175ad13 100755 --- a/env/.local/bin/system/start-scripts/newsboat-fetch.sh +++ b/env/.local/bin/system/start-scripts/newsboat-fetch.sh @@ -1,6 +1,6 @@ #!/bin/bash newsboat_loop(){ - NO_PROXY=\".com,.org,.xyz,.chat,.social,.net,.co\" newsboat -x reload + NO_PROXY=\".com,.org,.xyz,.chat,.social,.net,.co,.love\" newsboat -x reload #newsboat -x print-unread | xargs -0 notify-send "newsboat feed" unreads=$(newsboat -x print-unread) |
