fix(unbound): change to IP

This commit is contained in:
2025-09-13 16:29:30 +02:00
parent f6722f4986
commit 8a2be17d09
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ let
if hostname == "ziggy" then
"192.168.88.12"
else if hostname == "sobotka" then
"192.168.88.14"
"192.168.88.15"
else
throw "No IP defined for host ${hostname}";
in

View File

@@ -1,3 +1,4 @@
# Written based on @fasterius work
# Check if at least one argument is provided
if [ $# -lt 1 ]; then
notify-send -t 5000 "Usage: spawn-or-focus.sh <APP_CLASS> [APP_CMD]"