diff options
Diffstat (limited to '.local/bin/mainscreen')
-rwxr-xr-x | .local/bin/mainscreen | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.local/bin/mainscreen b/.local/bin/mainscreen deleted file mode 100755 index c621ba1..0000000 --- a/.local/bin/mainscreen +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal -xrandr --output VGA-1 --off -xrandr --output HDMI-1 --off -xrandr --output DP-1 --off -xrandr --output HDMI-2 --off -xrandr --output HDMI-3 --off -xrandr --output DP-2 --off -xrandr --output DP-3 --off |