From 856597d251a10edc99d0f2c9c03290713585ad98 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Jun 2024 08:43:17 -0300 Subject: bin/with-{one-monitor,two-monitors}: Add output from arandr(1) --- bin/with-one-monitor | 2 ++ bin/with-two-monitors | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 bin/with-one-monitor create mode 100755 bin/with-two-monitors diff --git a/bin/with-one-monitor b/bin/with-one-monitor new file mode 100755 index 0000000..9463ff2 --- /dev/null +++ b/bin/with-one-monitor @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output LVDS-1 --mode 1366x768 --pos 0x0 --rotate normal --output VGA-1 --off --output HDMI-1 --off --output DP-1 --off diff --git a/bin/with-two-monitors b/bin/with-two-monitors new file mode 100755 index 0000000..25d9069 --- /dev/null +++ b/bin/with-two-monitors @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output LVDS-1 --mode 1366x768 --pos 1920x0 --rotate normal --output VGA-1 --off --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off -- cgit v1.2.3