Add files via upload

This commit is contained in:
slackjeff
2021-02-08 14:22:42 -03:00
committed by GitHub
parent 2e03875a36
commit 85e3df9177

6
.config/i3/monitor.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
DP=$(xrandr | grep DP-* | cut -d ' ' -f 1)
DVI=$(xrandr | grep DVI | cut -d ' ' -f 1)
sleep 1s; xrandr --output DisplayPort-0 --off --output $DVI --mode 1600x900 --pos 0x0 --rotate normal --output $DP --mode 1024x768 --pos 1600x132 --rotate normal