From a85e55c3c798c1b8da44b06e7c69adbcea4281b7 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:48:39 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B1=20fix:=20Enable=20multihead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .screenlayout/multihead.sh | 2 ++ .xprofile | 3 +++ 2 files changed, 5 insertions(+) create mode 100755 .screenlayout/multihead.sh create mode 100644 .xprofile diff --git a/.screenlayout/multihead.sh b/.screenlayout/multihead.sh new file mode 100755 index 0000000..b7f7049 --- /dev/null +++ b/.screenlayout/multihead.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output DVI-I-1 --off --output DVI-D-1 --mode 1680x1050 --pos 1920x75 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1920x1200 --pos 0x0 --rotate normal diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..937e728 --- /dev/null +++ b/.xprofile @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +"$HOME/.screenlayout/multihead.sh"