aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-11 01:21:02 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-11 01:21:02 -0600
commit803e70e7fc5f54554f9235b3553ca9f243ac4534 (patch)
tree00a4e2d0a08422fd943eced8244659d163e42f8a /env/.local/bin/system
parent0300e55167f1df80b6dddf946bb16a2c063b6d67 (diff)
Squashed commit of the following:
- removed setkey-x11-i3.sh - added x11 keyswap to profile - c dap change - removed p10k - switched to servg - pipewire workaround - added domain to other newsboat command - added domain to newsboat - added new drive mount command - switched from notes.md to notes.adoc - fixed workspace monitor binding for i3
Diffstat (limited to 'env/.local/bin/system')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh7
-rwxr-xr-xenv/.local/bin/system/start-scripts/newsboat-fetch.sh2
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)