diff --git a/.config/screenlayout/apply-screen-layout.sh b/.config/screenlayout/apply-screen-layout.sh index 41d10eb..6e0d2cb 100755 --- a/.config/screenlayout/apply-screen-layout.sh +++ b/.config/screenlayout/apply-screen-layout.sh @@ -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 diff --git a/.config/screenlayout/surface.sh b/.config/screenlayout/surface.sh new file mode 100755 index 0000000..eba495a --- /dev/null +++ b/.config/screenlayout/surface.sh @@ -0,0 +1 @@ +swaymsg output eDP-1 mode 2256x1504 bg ~/.config/feh/wallpaper.png stretch scale 1.2