i3 + scren

This commit is contained in:
2024-05-26 13:48:29 +02:00
parent 1cfbb7e545
commit 645bf2e940
6 changed files with 19 additions and 13 deletions

View File

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