diff options
Diffstat (limited to 'src/etc/screenlayouts/laptop-only.sh')
-rwxr-xr-x | src/etc/screenlayouts/laptop-only.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/screenlayouts/laptop-only.sh b/src/etc/screenlayouts/laptop-only.sh new file mode 100755 index 0000000..9cb9006 --- /dev/null +++ b/src/etc/screenlayouts/laptop-only.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# Sample for Thinkpad P50s +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off |