This commit is contained in:
2026-06-24 07:08:58 +02:00
parent f8d98d686b
commit 4811d85882
4 changed files with 7 additions and 1 deletions

View File

@@ -11,5 +11,7 @@ elif [[ $hostname == "surface" ]]; then
$(~/.config/screenlayout/surface.sh)
elif [[ $hostname == "bepis-laptop" ]]; then
$(~/.config/screenlayout/laptop.sh)
elif [[ $hostname == "vos"]]; then
$(~/.config/screenlayout/vos.sh)
fi