From 25c5f73f2c938c72164eef3cf2b2f6af0af8f1d8 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 14 Apr 2022 18:05:19 +0200 Subject: update --- .local/bin/scrwork | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to '.local/bin/scrwork') diff --git a/.local/bin/scrwork b/.local/bin/scrwork index 295ee7f..1319778 100755 --- a/.local/bin/scrwork +++ b/.local/bin/scrwork @@ -39,18 +39,19 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # scrwork -# Wed Apr 13 14:26:44 CEST 2022 +# Thu Apr 14 18:01:26 CEST 2022 # Joe # # Screen setup when I'm at work -xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x750 --rotate normal -xrandr --output VGA-1 --off -xrandr --output HDMI-1 --mode 1920x1080 --pos 1366x0 --rotate normal -xrandr --output DP-1 --off -xrandr --output HDMI-2 --off -xrandr --output HDMI-3 --off -xrandr --output DP-2 --off -xrandr --output DP-3 --off +xrandr \ + --output LVDS-1 --primary --mode 1366x768 --pos 1920x657 --rotate normal \ + --output VGA-1 --mode 1920x1080 --pos 0x0 --rotate normal \ + --output HDMI-1 --mode 1920x1080 --pos 3286x0 --rotate normal \ + --output DP-1 --off \ + --output HDMI-2 --off \ + --output HDMI-3 --off \ + --output DP-2 --off \ + --output DP-3 --off sysctl hw.snd.default_unit=0 >/dev/null setwp -- cgit v1.2.3