This commit is contained in:
Marco Thomas
2020-11-17 09:47:25 +01:00
parent 1a8ef8dad2
commit 09f6976477
6 changed files with 27 additions and 8 deletions

5
files/scripts/fix_screens.sh Executable file
View File

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