diff options
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 | ||