diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-12-03 12:39:51 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-12-03 12:39:51 +0000 |
commit | 0e4410594fbfd02b34776c83ea4ad6a39e21b871 (patch) | |
tree | f56b9d22e9c10e8dc94449f4ee738f27cf654427 /bin/.bin/lay | |
parent | 756721636ef05220700cfe775f73c3a23d0c7625 (diff) |
fix res
Diffstat (limited to 'bin/.bin/lay')
-rwxr-xr-x | bin/.bin/lay | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/.bin/lay b/bin/.bin/lay index b891ab1..530402a 100755 --- a/bin/.bin/lay +++ b/bin/.bin/lay | |||
@@ -1,3 +1,2 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | ~/bin/lay_hdmi | 2 | xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --mode 1366x768 --scale 1.25x1.25 --pos 1920x0 --rotate normal --output DisplayPort-0 --off |
3 | xrandr --output HDMI-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output eDP-1 --mode 1366x768 --pos 1366x0 --rotate normal | ||