Compare commits

...

2 Commits

Author SHA1 Message Date
9bb3049dd8 Remove ssh-tunnel. 2025-01-17 14:34:28 +01:00
e1295615d7 Remove setbg.
I don't need it anymore. It was used for DWM.
2025-01-17 14:33:28 +01:00
2 changed files with 0 additions and 25 deletions

14
setbg
View File

@ -1,14 +0,0 @@
#!/bin/bash
set -euo pipefail
if [ $# -gt 1 ]
then
echo "Too many arguments"
exit 1
elif [ $# -eq 1 ]
then
cp "$1" "$HOME/.local/share/wallpaper.jpg"
fi
xwallpaper --zoom "$HOME/.local/share/wallpaper.jpg"

View File

@ -1,11 +0,0 @@
#!/bin/bash
set -euo pipefail
# TODO:
# - Add options for port
# - Automatically get password from `pass`
PORT=12800
ssh -N -D "$PORT" nortega@themusicinnoise.net