diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-10-16 21:49:48 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-10-16 21:49:48 +0700 |
commit | 0cb59f5027779efaaa24d5fad6b0e2921d12c60b (patch) | |
tree | 043a4982a9f7c29e96b02945d173bcbf604d25a7 /debian/.screenlayout | |
parent | ea3d643a067669a73557f0af203cf4e86bc4fc9d (diff) | |
download | dotfiles-0cb59f5027779efaaa24d5fad6b0e2921d12c60b.tar.gz |
Update 2020-10-16
Diffstat (limited to 'debian/.screenlayout')
-rwxr-xr-x | debian/.screenlayout/dual.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh index f166e7e..86a5c3f 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off +xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-2 --off |