diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-29 17:15:02 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-29 17:15:02 +0200 |
commit | 85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e (patch) | |
tree | 0dc979edae4a9c87780daebfb9f8567b471ef5f6 /.local/bin/scrwork | |
parent | alias fix (diff) | |
download | dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.gz dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.bz2 dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.xz dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.tar.zst dotfiles-bsd-85f9ef54cdc46a9a1c2c677c45f05b46741f2c3e.zip |
Updates
Diffstat (limited to '.local/bin/scrwork')
-rwxr-xr-x | .local/bin/scrwork | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/scrwork b/.local/bin/scrwork index 5cd0e05..881f24d 100755 --- a/.local/bin/scrwork +++ b/.local/bin/scrwork @@ -45,7 +45,7 @@ # Screen setup when I'm at work xrandr \ - --output LVDS-1 --mode 1366x768 --pos 0x657 --rotate normal \ + --output LVDS-1 --mode 1366x768 --pos 0x600 --rotate normal \ --output VGA-1 --mode 1920x1080 --pos 3286x0 --rotate normal \ --output HDMI-1 --primary --mode 1920x1080 --pos 1366x0 --rotate normal \ --output DP-1 --off \ |