mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update xrandr config
This commit is contained in:
parent
de60bfa761
commit
994860840e
2 changed files with 14 additions and 9 deletions
14
xrandr.sh
Executable file
14
xrandr.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
# xrandr --output eDP-1 --mode 1920x1080 --pos 3440x0 --rotate normal \
|
||||
# --output DP-1-0 --off \
|
||||
# --output DP-1-1 --off \
|
||||
# --output DP-1-2 --off \
|
||||
# --output DP-1-3 --off \
|
||||
# --output HDMI-1-0 --primary --mode 3440x1440 --pos 0x0 --rotate normal \
|
||||
# --output DP-1-4 --off
|
||||
|
||||
xrandr --output DVI-I-1 --off \
|
||||
--output DP-3 --off \
|
||||
--output HDMI-1 --mode 1920x1080 --pos 760x0 --rotate normal \
|
||||
--output DP-1 --off --output DP-2 --primary --mode 3440x1440 --pos 0x1080 --rotate normal
|
||||
Loading…
Add table
Add a link
Reference in a new issue