diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-22 23:25:18 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-22 23:25:18 +0100 |
commit | 1c49cd9eafc1e34675bf001dbeb92b4c32094d7a (patch) | |
tree | 6ff2beab9c6cdc7fa0897b17861e69658547206a /.local/bin/swscreen | |
parent | update (diff) | |
download | dotfiles-bsd-1c49cd9eafc1e34675bf001dbeb92b4c32094d7a.tar.gz dotfiles-bsd-1c49cd9eafc1e34675bf001dbeb92b4c32094d7a.tar.bz2 dotfiles-bsd-1c49cd9eafc1e34675bf001dbeb92b4c32094d7a.tar.xz dotfiles-bsd-1c49cd9eafc1e34675bf001dbeb92b4c32094d7a.tar.zst dotfiles-bsd-1c49cd9eafc1e34675bf001dbeb92b4c32094d7a.zip |
Scripts update
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 |