#!/bin/bash hostname=$(cat ~/hostname) if [[ $hostname == "bepis" ]]; then ~/.config/screenlayout/desktop.sh elif [[ $hostname == "arch-bepis" ]]; then ~/.config/screenlayout/arch-bepis-desktop-sway.sh elif [[ $hostname == "printer" ]]; then ~/.config/screenlayout/printer.sh 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