Files
dotfiles/.config/screenlayout/apply-screen-layout.sh
2023-09-21 14:34:11 +02:00

6 lines
119 B
Bash
Executable File

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