u
This commit is contained in:
@@ -123,13 +123,14 @@ rshift() {
|
|||||||
|
|
||||||
# display setup
|
# display setup
|
||||||
ds11() {
|
ds11() {
|
||||||
|
info="1 laptop + 1 monitor"
|
||||||
if [[ $1 == "info" ]] ; then
|
if [[ $1 == "info" ]] ; then
|
||||||
echo "1 laptop + 1 monitor"
|
echo "${info}"
|
||||||
else
|
else
|
||||||
echo "2"
|
echo "${info}"
|
||||||
# xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --off --output DP-3 --off --output HDMI-3 --off > /dev/null 2>&1
|
xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --off --output DP-3 --off --output HDMI-3 --off > /dev/null 2>&1
|
||||||
# nr
|
nr
|
||||||
# xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user