mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
display: update for new monitor cable arrangement
This commit is contained in:
parent
0c054d9e34
commit
40da40d718
@ -45,10 +45,10 @@ bindsym $mod+a focus parent
|
|||||||
bindsym $mod+o focus child
|
bindsym $mod+o focus child
|
||||||
|
|
||||||
# Screen configs #
|
# Screen configs #
|
||||||
set $bl "DVI-D-0"
|
set $bl "DP-5"
|
||||||
set $tl "HDMI-0"
|
set $tl "DP-1"
|
||||||
set $br "DP-2.1"
|
set $br "HDMI-0"
|
||||||
set $tr "DP-2.2.1"
|
set $tr "DP-3"
|
||||||
|
|
||||||
# Workspace -> Screen
|
# Workspace -> Screen
|
||||||
workspace 1 output $bl
|
workspace 1 output $bl
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
TOP_LEFT="HDMI-0"
|
TOP_LEFT="DP-1"
|
||||||
TOP_RIGHT="DP-2.2.1"
|
TOP_RIGHT="DP-3"
|
||||||
BOTTOM_LEFT="DVI-D-0"
|
BOTTOM_LEFT="DP-5"
|
||||||
BOTTOM_RIGHT="DP-2.1"
|
BOTTOM_RIGHT="HDMI-0"
|
||||||
|
|
||||||
xrandr --output $BOTTOM_LEFT --primary --mode 1920x1080 --pos 0x1080 --rotate normal \
|
xrandr --output $BOTTOM_LEFT --primary --mode 1920x1080 --pos 0x1080 --rotate normal \
|
||||||
--output $TOP_LEFT --mode 1920x1080 --pos 0x0 --rotate inverted \
|
--output $TOP_LEFT --mode 1920x1080 --pos 0x0 --rotate inverted \
|
||||||
|
Loading…
Reference in New Issue
Block a user