added screen settings for laptop
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user