Restructure repo layout and document conventions
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.
This commit is contained in:
4
scripts/display/3_screen_setup.sh
Executable file
4
scripts/display/3_screen_setup.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user