diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-08-26 20:08:21 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-08-26 20:08:21 -0400 |
commit | 8aa7f5e50946db4d86dbe2d205f1693a214d84f8 (patch) | |
tree | e94b369d5f67a943ad35deb3a28cc02fc8e781a9 | |
parent | Add encfs, evince to packages-install (diff) |
Added solo screen layout for nu
Diffstat (limited to '')
-rwxr-xr-x | .screenlayout/nu-solo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.screenlayout/nu-solo.sh b/.screenlayout/nu-solo.sh new file mode 100755 index 0000000..c9c12a0 --- /dev/null +++ b/.screenlayout/nu-solo.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output DP1 --off --output VGA1 --off |