/ monitor change
- benq + 4k
This commit is contained in:
@@ -41,13 +41,16 @@ ds-tuxwarrior-3() {
|
|||||||
echo "${info}"
|
echo "${info}"
|
||||||
|
|
||||||
# without scaling:
|
# without scaling:
|
||||||
|
# w/ benq vertical
|
||||||
# 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
|
# 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
|
||||||
|
# w/ 4k horizontal
|
||||||
|
xrandr --output DP-0 --primary --mode 3840x2160 --pos 3840x0 --rotate normal --output DP-1 --off --output HDMI-0 --mode 3840x2160 --pos 7680x0 --rotate normal --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 < 1 (reduce resolution):
|
# with laptop display scaling of < 1 (reduce resolution):
|
||||||
#xrandr --output DP-2 --scale 0.5
|
#xrandr --output DP-2 --scale 0.5
|
||||||
# with benq display scaling of > 1 (increase resolution):
|
# with benq display scaling of > 1 (increase resolution):
|
||||||
#xrandr --output HDMI-0 --scale 1.5
|
#xrandr --output HDMI-0 --scale 1.5
|
||||||
xrandr --output DP-0 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-1 --off --output HDMI-0 --scale 1.5 --mode 1920x1080 --pos 5760x0 --rotate left --output DP-2 --scale 0.5 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off
|
#xrandr --output DP-0 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-1 --off --output HDMI-0 --scale 1.5 --mode 1920x1080 --pos 5760x0 --rotate left --output DP-2 --scale 0.5 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off
|
||||||
|
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
i3-msg "rename workspace 2 to 10"
|
i3-msg "rename workspace 2 to 10"
|
||||||
|
|||||||
Reference in New Issue
Block a user