logo

dotfiles

My dotfiles, one branch per machine
commit: 5f8f943bc58a9a9d096057eb9ecd782da23a3c7f
parent: 299b2d61128f024c96c310acf62d448516a2ffaf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 15 Jun 2019 02:11:06 +0200

.screenlayout/default.sh: change ports with the GPU card

Diffstat:

M.screenlayout/default.sh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.screenlayout/default.sh b/.screenlayout/default.sh @@ -1,7 +1,7 @@ #!/bin/sh # Fake xrandr call to reset the default -xrandr --output DVI-D-1 --auto --pos 0x0 +#xrandr --output DVI-D-1 --auto --pos 0x0 xrandr \ --output DVI-D-0 --auto --rotate normal --pos 0x0 --primary \ - --output DVI-D-1 --auto --rotate normal --right-of DVI-D-0 + --output HDMI-A-0 --auto --rotate normal --right-of DVI-D-0