Update
This commit is contained in:
5
files/scripts/fix_screens.sh
Executable file
5
files/scripts/fix_screens.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ `hostname` = "nazarick" ]; then
|
||||
xrandr --output DP-3 --right-of DP-1 --primary
|
||||
fi
|
||||
Reference in New Issue
Block a user