diff options
Diffstat (limited to '.local/bin/swscreen')
-rwxr-xr-x | .local/bin/swscreen | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.local/bin/swscreen b/.local/bin/swscreen deleted file mode 100755 index f0ae3e8..0000000 --- a/.local/bin/swscreen +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/local/bin/dash - -xrandr --output LVDS1 --off --output VGA1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP1 --off --output HDMI2 --off --output HDMI3 --off --output DP2 --off --output DP3 --off - -bspc monitor VGA1 -d 01 02 03 04 05 06 07 08 09 10 |