diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-21 08:58:49 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-21 08:58:49 +0200 |
commit | 46580806ea4859ad44d73aa33a9d856d3cfd2aaa (patch) | |
tree | 26fa09be7e723e9775a95878d3d9611fa7107cad /.local | |
parent | update (diff) | |
download | dotfiles-bsd-46580806ea4859ad44d73aa33a9d856d3cfd2aaa.tar.gz dotfiles-bsd-46580806ea4859ad44d73aa33a9d856d3cfd2aaa.tar.bz2 dotfiles-bsd-46580806ea4859ad44d73aa33a9d856d3cfd2aaa.tar.xz dotfiles-bsd-46580806ea4859ad44d73aa33a9d856d3cfd2aaa.tar.zst dotfiles-bsd-46580806ea4859ad44d73aa33a9d856d3cfd2aaa.zip |
udpate
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/scrhome | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/scrhome b/.local/bin/scrhome index cdeb90d..68136a4 100755 --- a/.local/bin/scrhome +++ b/.local/bin/scrhome @@ -48,7 +48,8 @@ xrandr --output LVDS-1 --off xrandr --output HDMI-1 --off xrandr --output VGA-1 --off # xrandr --output LVDS-1 --mode 1366x768 --pos 1920x657 --rotate normal -xrandr --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ +xrandr \ + --output HDMI-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal \ --output VGA-1 --mode 1440x900 --pos 1920x0 --rotate normal \ --output DP-1 --off \ --output HDMI-2 --off \ |