Files
dots/files/scripts/fix_screens.sh
Marco Thomas 09f6976477 Update
2020-11-17 09:47:25 +01:00

6 lines
102 B
Bash
Executable File

#!/bin/sh
if [ `hostname` = "nazarick" ]; then
xrandr --output DP-3 --right-of DP-1 --primary
fi