added screen settings for laptop

This commit is contained in:
2023-09-21 15:45:49 +02:00
parent ea513d5fff
commit 797a66598b
3 changed files with 8 additions and 3 deletions

View File

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

View File

@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off --output HDMI-2 --off