/+ add scaling of dp-2 (laptop monitor) for tuxwarrior
This commit is contained in:
@@ -39,7 +39,14 @@ ds-tuxwarrior-2() {
|
|||||||
ds-tuxwarrior-3() {
|
ds-tuxwarrior-3() {
|
||||||
info="1 laptop + 2 monitors for tuxwarrior"
|
info="1 laptop + 2 monitors for tuxwarrior"
|
||||||
echo "${info}"
|
echo "${info}"
|
||||||
xrandr --output DP-0 --primary --mode 3840x2160 --pos 3840x0 --rotate normal --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 7680x240 --rotate left --output DP-2 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off
|
|
||||||
|
# without scaling:
|
||||||
|
# xrandr --output DP-0 --primary --mode 3840x2160 --pos 3840x0 --rotate normal --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 7680x240 --rotate left --output DP-2 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off
|
||||||
|
|
||||||
|
# with laptop display scaling of 0.5:
|
||||||
|
xrandr --output DP-2 --scale 0.5
|
||||||
|
xrandr --output DP-0 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 5760x0 --rotate left --output DP-2 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off
|
||||||
|
|
||||||
nr > /dev/null 2>&1
|
nr > /dev/null 2>&1
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
i3-msg "rename workspace 1 to 10"
|
i3-msg "rename workspace 1 to 10"
|
||||||
|
|||||||
Reference in New Issue
Block a user