diff options
| author | Carlos Maiolino <[email protected]> | 2024-05-31 10:55:57 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2024-05-31 10:55:57 +0200 |
| commit | c24810c3d5f07c076241b8fd5d912c1136c2cf80 (patch) | |
| tree | 6c1f906de6212897559a28260d28670233988dd8 /bin/monitor_setup.sh | |
| parent | 47b7016ed5ac6dd8efc041060d62e632e937a6d2 (diff) | |
Add a few extra scripts and move them to bin/
Diffstat (limited to 'bin/monitor_setup.sh')
| -rwxr-xr-x | bin/monitor_setup.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/monitor_setup.sh b/bin/monitor_setup.sh new file mode 100755 index 0000000..c3c0847 --- /dev/null +++ b/bin/monitor_setup.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +#xrandr --output eDP-1 --off +xrandr --output DP-3 --auto +xrandr --output eDP-1 --off + +#xrandr --output DP-1 --auto +#xrandr --output DP-1 --right-of eDP-1 +#xrandr --output DP-1 --right-of HDMI-1 +#xrandr --output HDMI-1 --mode +#xrandr --output HDMI-1 --mode 2560x1440 +#xrandr --output DP-1 --mode 2560x1440 +#xrandr --output DP-2-2 --rotate left +#xrandr --output DP-2-1 --rotate left |
