From 2aa5204ef32ede5ac36a198c6e5198a5bb9cf066 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sat, 22 Dec 2018 22:32:28 +1100 Subject: [PATCH] update .screenlayout for gtx 1050 ti --- i3/.i3/config | 6 +++++- i3/.screenlayout/layout-again.sh | 2 ++ i3/.screenlayout/layout-orig.sh | 2 ++ i3/.screenlayout/layout-test.sh | 2 ++ i3/.screenlayout/layout.sh | 2 +- i3/.screenlayout/layout2.sh | 2 ++ 6 files changed, 14 insertions(+), 2 deletions(-) create mode 100755 i3/.screenlayout/layout-again.sh create mode 100755 i3/.screenlayout/layout-orig.sh create mode 100755 i3/.screenlayout/layout-test.sh create mode 100755 i3/.screenlayout/layout2.sh diff --git a/i3/.i3/config b/i3/.i3/config index 3816fd7..0305a4d 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -209,7 +209,11 @@ for_window[class="^.*"] border pixel 5 gaps inner 15 gaps outer 0 -exec_always xrandr --output VGA-0 --mode 1440x900 --pos 216x1080 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal +#exec_always xrandr --output VGA-0 --mode 1440x900 --pos 216x1080 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal +#exec_always xrandr --output VGA-1 --below HDMI-1 +##exec_always /home/andrew/.screenlayout/layout-orig.sh && sleep 3 && /home/andrew/.screenlayout/layout-test.sh +#exec_always /home/andrew/.screenlayout/layout-test.sh +exec_always xrandr --output HDMI-0 --pos 0x0 --output DVI-D-0 --pos 240x1080 exec_always feh --bg-scale /home/andrew/.wallpaper.png exec_always compton -f -b --config /home/andrew/.compton.conf exec --no-startup-id redshift& diff --git a/i3/.screenlayout/layout-again.sh b/i3/.screenlayout/layout-again.sh new file mode 100755 index 0000000..a246bcd --- /dev/null +++ b/i3/.screenlayout/layout-again.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-1 --mode 1440x900 --pos 216x1080 --rotate normal --output DVI-I-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal diff --git a/i3/.screenlayout/layout-orig.sh b/i3/.screenlayout/layout-orig.sh new file mode 100755 index 0000000..73a69e9 --- /dev/null +++ b/i3/.screenlayout/layout-orig.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-1 --mode 1440x900 --pos 240x1920 --rotate normal --output DVI-I-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal diff --git a/i3/.screenlayout/layout-test.sh b/i3/.screenlayout/layout-test.sh new file mode 100755 index 0000000..ffe5742 --- /dev/null +++ b/i3/.screenlayout/layout-test.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-1 --mode 1440x900 --pos 240x1080 --rotate normal --output DVI-I-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal diff --git a/i3/.screenlayout/layout.sh b/i3/.screenlayout/layout.sh index 8f7d81c..df9a34d 100755 --- a/i3/.screenlayout/layout.sh +++ b/i3/.screenlayout/layout.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VGA-0 --mode 1440x900 --pos 216x1080 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal +xrandr --output HDMI-1 --pos 0x0 --output VGA-1 --pos 216x1080 --output DVI-I-1 --off --primary diff --git a/i3/.screenlayout/layout2.sh b/i3/.screenlayout/layout2.sh new file mode 100755 index 0000000..3bae397 --- /dev/null +++ b/i3/.screenlayout/layout2.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output DP-0 --off --output DVI-D-0 --primary --mode 1440x900 --pos 232x1080 --rotate normal --output HDMI-1 --off --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal -- 2.49.0