added more scripts
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DisplayPort-2 --off
|
||||
xrandr --output DisplayPort-1 --off
|
||||
sleep 2
|
||||
xrandr --output DisplayPort-1 --mode 1920x1080 --scale-from $(xdpyinfo | grep -oP 'dimensions:\s+\K\d+x\d+') --same-as HDMI-A-0
|
||||
Reference in New Issue
Block a user