From 803e70e7fc5f54554f9235b3553ca9f243ac4534 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 11 Feb 2026 01:21:02 -0600 Subject: 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 --- env/.local/bin/system/start-scripts/autostart.sh | 7 +++++++ env/.local/bin/system/start-scripts/newsboat-fetch.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'env/.local/bin/system/start-scripts') 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) -- cgit v1.3