diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-24 10:15:17 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-24 10:15:17 +0200 |
commit | a6567a8a3ed1e2b476f503fcddd9ed173b9c9f05 (patch) | |
tree | 5cfbf782b78e60937ea022e0b78e6273a39e6760 | |
parent | update (diff) | |
download | dotfiles-bsd-a6567a8a3ed1e2b476f503fcddd9ed173b9c9f05.tar.gz dotfiles-bsd-a6567a8a3ed1e2b476f503fcddd9ed173b9c9f05.tar.bz2 dotfiles-bsd-a6567a8a3ed1e2b476f503fcddd9ed173b9c9f05.tar.xz dotfiles-bsd-a6567a8a3ed1e2b476f503fcddd9ed173b9c9f05.tar.zst dotfiles-bsd-a6567a8a3ed1e2b476f503fcddd9ed173b9c9f05.zip |
scrwork udpate with new laptop
-rwxr-xr-x | .local/bin/scrwork | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/.local/bin/scrwork b/.local/bin/scrwork index 6ad3567..99c5489 100755 --- a/.local/bin/scrwork +++ b/.local/bin/scrwork @@ -44,13 +44,10 @@ # # Screen setup when I'm at work -xrandr --output LVDS-1 --off -xrandr --output VGA-1 --mode 1280x1024 --pos 0x0 --rotate normal -xrandr --output HDMI-1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal -xrandr --output DP-1 --off -xrandr --output HDMI-2 --off -xrandr --output HDMI-3 --off -xrandr --output DP-2 --off -xrandr --output DP-3 --off +xrandr \ + --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal \ + --output HDMI-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal \ + --output DP-1 --off \ + --output DP-2 --off sysctl hw.snd.default_unit=0 >/dev/null setwp |