Screen settings for surface
This commit is contained in:
@@ -7,6 +7,8 @@ elif [[ $hostname == "arch-bepis" ]]; then
|
|||||||
$(~/.config/screenlayout/arch-bepis-desktop-sway.sh)
|
$(~/.config/screenlayout/arch-bepis-desktop-sway.sh)
|
||||||
elif [[ $hostname == "printer" ]]; then
|
elif [[ $hostname == "printer" ]]; then
|
||||||
$(~/.config/screenlayout/printer.sh)
|
$(~/.config/screenlayout/printer.sh)
|
||||||
|
elif [[ $hostname == "surface" ]]; then
|
||||||
|
$(~/.config/screenlayout/surface.sh)
|
||||||
elif [[ $hostname == "bepis-laptop" ]]; then
|
elif [[ $hostname == "bepis-laptop" ]]; then
|
||||||
$(~/.config/screenlayout/laptop.sh)
|
$(~/.config/screenlayout/laptop.sh)
|
||||||
fi
|
fi
|
||||||
|
|||||||
1
.config/screenlayout/surface.sh
Executable file
1
.config/screenlayout/surface.sh
Executable file
@@ -0,0 +1 @@
|
|||||||
|
swaymsg output eDP-1 mode 2256x1504 bg ~/.config/feh/wallpaper.png stretch scale 1.2
|
||||||
Reference in New Issue
Block a user