diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-27 22:28:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-27 22:28:01 +0700 |
commit | 2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 (patch) | |
tree | c309959c3169f93ed43db64a4ff3eff8faf536fe /meta/.screenlayout | |
parent | 71833609827d0663f76746127798e3fec195c34d (diff) | |
download | dotfiles-2f5a29f4dfebc144e3d82283b2b0af64b5c8b218.tar.gz |
Update 2019-05-27
Diffstat (limited to 'meta/.screenlayout')
-rwxr-xr-x | meta/.screenlayout/dual.sh | 2 | ||||
-rwxr-xr-x | meta/.screenlayout/single.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/.screenlayout/dual.sh b/meta/.screenlayout/dual.sh new file mode 100755 index 0000000..755f7cc --- /dev/null +++ b/meta/.screenlayout/dual.sh @@ -0,0 +1,2 @@ +#!/bin/sh +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 diff --git a/meta/.screenlayout/single.sh b/meta/.screenlayout/single.sh new file mode 100755 index 0000000..c7185ab --- /dev/null +++ b/meta/.screenlayout/single.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output DP-1 --off --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off |