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/dualscreen | |
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/dualscreen')
-rwxr-xr-x | .local/bin/dualscreen | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.local/bin/dualscreen b/.local/bin/dualscreen index 86e127b..35b7134 100755 --- a/.local/bin/dualscreen +++ b/.local/bin/dualscreen @@ -8,6 +8,3 @@ xrandr --output HDMI-2 --off xrandr --output HDMI-3 --off xrandr --output DP-2 --off xrandr --output DP-3 --off - -bspc monitor HDMI-1 -d 01 02 03 04 05 06 07 08 -bspc monitor LVDS-1 -d 09 10 11 12 |