Compare commits

...

5 Commits

Author SHA1 Message Date
c3ef1c7c4e
bash/usr-local-bin/startsway: comment --unsupported-gpu as no longer needed?? 2024-04-24 12:59:34 +03:00
2210337b45
bash: add symlink resolv.conf-generate.bash to shell-things 2024-04-24 11:10:23 +03:00
f84d1f407e
update submodules 2024-04-24 11:09:32 +03:00
f4c3c27bb2
borgbackup-etro-client.bash: use Yggdrasil again
Considering this unstaged change is haunting here and I have resolved my Yggdrasil+NordVPN issue
2024-04-24 11:08:43 +03:00
de969181dc
usr-local-bin/nordvpns: note autoconnect too 2024-04-24 11:08:06 +03:00
8 changed files with 11 additions and 4 deletions

1
bash/.gitignore vendored
View File

@ -15,3 +15,4 @@ PPFI-IM-IRC
init-browser-policies.bash init-browser-policies.bash
tlp-masker.bash tlp-masker.bash
update-font-cache.bash update-font-cache.bash
resolv.conf-generate.bash

View File

@ -2,4 +2,4 @@
mkdir -p ~/etro.mikaela.info/ mkdir -p ~/etro.mikaela.info/
cd ~/etro.mikaela.info/ cd ~/etro.mikaela.info/
rsync -Paz etro.mikaela.info:~/backups/ . rsync -Paz y.etro.mikaela.info:~/backups/ .

View File

@ -0,0 +1 @@
../submodules/shell-things/etc/resolv.conf-generate.bash

View File

@ -2,6 +2,7 @@
set -x set -x
nordvpn set killswitch off nordvpn set killswitch off
nordvpn set autoconnect off
nordvpn disconnect nordvpn disconnect
sudo systemctl stop nordvpnd.socket sudo systemctl stop nordvpnd.socket
sudo systemctl stop nordvpnd.service sudo systemctl stop nordvpnd.service

View File

@ -8,6 +8,7 @@ sleep 5
systemctl status nordvpnd.service --no-pager systemctl status nordvpnd.service --no-pager
nordvpn connect p2p nordvpn connect p2p
nordvpn set killswitch on nordvpn set killswitch on
nordvpn set autoconnect on
nordvpn status nordvpn status
sudo systemctl restart yggdrasil.service sudo systemctl restart yggdrasil.service
flatpak run org.qbittorrent.qBittorrent "$@" flatpak run org.qbittorrent.qBittorrent "$@"

View File

@ -41,5 +41,8 @@ export ELECTRON_OZONE_PLATFORM_HINT=wayland
# Mozilla Products # Mozilla Products
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
dbus-launch --exit-with-session sway --unsupported-gpu "$@" # Ensures dbus is available. Fedora 40 seems to no longer require
# --unsupported-gpu on nvidia either.
#dbus-launch --exit-with-session sway --unsupported-gpu "$@"
dbus-launch --exit-with-session sway "$@"
set +x set +x

@ -1 +1 @@
Subproject commit eb865d28ac65165bc6ea7c5d6ce6519fa25ff5d7 Subproject commit a9bffd92bf9e9525622a05ed45782abca314b826

@ -1 +1 @@
Subproject commit 7be705891fde2efb391683093b7d643e6beee0ef Subproject commit c00f750d964a0ebee486a13464a4b570eb8725f5