diff --git a/.config/screenlayout/apply-screen-layout.sh b/.config/screenlayout/apply-screen-layout.sh index e17f10e..8da806d 100755 --- a/.config/screenlayout/apply-screen-layout.sh +++ b/.config/screenlayout/apply-screen-layout.sh @@ -2,16 +2,16 @@ hostname=$(cat ~/hostname) if [[ $hostname == "bepis" ]]; then - $(~/.config/screenlayout/desktop.sh) + ~/.config/screenlayout/desktop.sh elif [[ $hostname == "arch-bepis" ]]; then - $(~/.config/screenlayout/arch-bepis-desktop-sway.sh) + ~/.config/screenlayout/arch-bepis-desktop-sway.sh elif [[ $hostname == "printer" ]]; then - $(~/.config/screenlayout/printer.sh) + ~/.config/screenlayout/printer.sh elif [[ $hostname == "surface" ]]; then - $(~/.config/screenlayout/surface.sh) + ~/.config/screenlayout/surface.sh elif [[ $hostname == "bepis-laptop" ]]; then - $(~/.config/screenlayout/laptop.sh) -elif [[ $hostname == "vos"]]; then - $(~/.config/screenlayout/vos.sh) + ~/.config/screenlayout/laptop.sh +elif [[ $hostname == "vos" ]]; then + ~/.config/screenlayout/vos.sh fi