From 875c3d6967fb0e42c28578c88ef4f95c726244e7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 11 Sep 2020 02:04:51 -0400 Subject: [PATCH] [screenlayout] Fix titan's two screen display --- screenlayout/.screenlayout/keyboard-and-bg.sh | 1 - screenlayout/.screenlayout/titan-two.sh | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index 318cd0f..02ca8f4 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,6 +1,5 @@ #!/bin/sh pkill compton -~/.bin/changepaper setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle -option caps:escape -option compose:ralt i3 restart changepaper diff --git a/screenlayout/.screenlayout/titan-two.sh b/screenlayout/.screenlayout/titan-two.sh index ed761b8..66657b3 100755 --- a/screenlayout/.screenlayout/titan-two.sh +++ b/screenlayout/.screenlayout/titan-two.sh @@ -1,3 +1,4 @@ #!/bin/sh -xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --mode 3840x2160 --pos 1920x0 --rotate normal --output HDMI-2 --off -changepaper +pkill compton +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 1080x0 --rotate normal --output DP-1 --mode 1920x1080 --pos 0x0 --rotate left --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off +keyboard-and-bg.sh