added screen settings for laptop

This commit is contained in:
2023-09-21 15:45:49 +02:00
parent ea513d5fff
commit 797a66598b
3 changed files with 8 additions and 3 deletions

View File

@@ -3,4 +3,7 @@ hostname=$(/usr/bin/hostname)
if [[ $hostname == "bepis" ]]; then
$(~/.config/screenlayout/bepis.sh)
fi
elif [[ $hostname == "bepis-laptop" ]]; then
$(~/.config/screenlayout/bepis-laptop.sh)
fi