diff options
Diffstat (limited to '')
-rwxr-xr-x | .screenlayout/epsilon-SAIL.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/epsilon-home.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.screenlayout/epsilon-SAIL.sh b/.screenlayout/epsilon-SAIL.sh new file mode 100755 index 0000000..85426bc --- /dev/null +++ b/.screenlayout/epsilon-SAIL.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output LVDS1 --mode 1024x600 --pos 0x1200 --rotate normal --output VGA1 --mode 1920x1200 --pos 0x0 --rotate normal diff --git a/.screenlayout/epsilon-home.sh b/.screenlayout/epsilon-home.sh new file mode 100755 index 0000000..10f16a0 --- /dev/null +++ b/.screenlayout/epsilon-home.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output LVDS1 --mode 1024x600 --pos 0x0 --rotate normal --output VGA1 --mode 1920x1080 --pos 1024x0 --rotate normal |