diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-14 18:05:19 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-14 18:05:19 +0200 |
commit | 25c5f73f2c938c72164eef3cf2b2f6af0af8f1d8 (patch) | |
tree | 5397729f060f7849366fcd33a1c089576996f1b1 /.local/bin/scrwork | |
parent | new script to toggle mic in mixer (diff) | |
download | dotfiles-bsd-25c5f73f2c938c72164eef3cf2b2f6af0af8f1d8.tar.gz dotfiles-bsd-25c5f73f2c938c72164eef3cf2b2f6af0af8f1d8.tar.bz2 dotfiles-bsd-25c5f73f2c938c72164eef3cf2b2f6af0af8f1d8.tar.xz dotfiles-bsd-25c5f73f2c938c72164eef3cf2b2f6af0af8f1d8.tar.zst dotfiles-bsd-25c5f73f2c938c72164eef3cf2b2f6af0af8f1d8.zip |
update
Diffstat (limited to '.local/bin/scrwork')
-rwxr-xr-x | .local/bin/scrwork | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/.local/bin/scrwork b/.local/bin/scrwork index 295ee7f..1319778 100755 --- a/.local/bin/scrwork +++ b/.local/bin/scrwork @@ -39,18 +39,19 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # scrwork -# Wed Apr 13 14:26:44 CEST 2022 +# Thu Apr 14 18:01:26 CEST 2022 # Joe # # Screen setup when I'm at work -xrandr --output LVDS-1 --primary --mode 1366x768 --pos 0x750 --rotate normal -xrandr --output VGA-1 --off -xrandr --output HDMI-1 --mode 1920x1080 --pos 1366x0 --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 LVDS-1 --primary --mode 1366x768 --pos 1920x657 --rotate normal \ + --output VGA-1 --mode 1920x1080 --pos 0x0 --rotate normal \ + --output HDMI-1 --mode 1920x1080 --pos 3286x0 --rotate normal \ + --output DP-1 --off \ + --output HDMI-2 --off \ + --output HDMI-3 --off \ + --output DP-2 --off \ + --output DP-3 --off sysctl hw.snd.default_unit=0 >/dev/null setwp |