Move legacy systemscripts into scripts/display and scripts/setup. Rehome stray top-level tools into their domain folders. Archive narrow experiments and outdated codegrab leftovers. Remove empty legacy directories and stale root files. Expand macOS metadata ignores and update the README with the refined repository structure.
5 lines
193 B
Bash
Executable File
5 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
xrandr --output DVI-I-1 --mode 1920x1080 --rotate left --pos 0x0
|
|
xrandr --output DP-1 --primary --mode 2560x1440 --pos 1080x350
|
|
xrandr --output DP-2 --mode 2560x1440 --pos 3640x350
|