diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-21 22:23:31 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-21 22:23:31 +0700 |
commit | 337214bccfcf06dfc8c081c79967906d005098a6 (patch) | |
tree | 5e27bceedea9b8bae9bb050ae48ebe91acf54c41 /debian/.screenlayout | |
parent | 82b783b648ae615f7f3f3eb45b41c7dabadf9511 (diff) | |
download | dotfiles-337214bccfcf06dfc8c081c79967906d005098a6.tar.gz |
Update 2018-10-21
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 589782b..755f7cc 100755 --- a/debian/.screenlayout/dual.sh +++ b/debian/.screenlayout/dual.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output VGA-0 --primary --mode 1600x900 --pos 1280x0 --rotate normal --output LVDS --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off +xrandr --output DP-1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off |