This commit is contained in:
2023-09-21 14:34:11 +02:00
parent 277117390b
commit b5457c1093
3 changed files with 19 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
hostname=$(/usr/bin/hostname)
if [[ $hostname -eq "bepis" ]]; then
$(~/.config/screenlayout/bepis.sh)
fi