mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-19 12:57:21 +02:00
Compare commits
5 Commits
b8c88961c0
...
c3ef1c7c4e
Author | SHA1 | Date | |
---|---|---|---|
c3ef1c7c4e | |||
2210337b45 | |||
f84d1f407e | |||
f4c3c27bb2 | |||
de969181dc |
1
bash/.gitignore
vendored
1
bash/.gitignore
vendored
@ -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
|
||||||
|
@ -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/ .
|
||||||
|
1
bash/resolv.conf-generate.bash
Symbolic link
1
bash/resolv.conf-generate.bash
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../submodules/shell-things/etc/resolv.conf-generate.bash
|
@ -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
|
||||||
|
@ -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 "$@"
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user