Screen settings for surface

This commit is contained in:
2026-02-11 15:58:12 +01:00
parent fe2e83b2b0
commit 40bb01e3a3
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ 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)
fi