Added scripts used by i3wm

This commit is contained in:
2022-08-26 22:25:12 +09:30
parent a6804a368a
commit 1b089fc3e9
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DisplayPort-0 --mode 1920x1080 --pos 1920x0 --rotate normal --output DisplayPort-1 --off
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP --off --output DisplayPort-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DisplayPort-1 --off
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DisplayPort-0 --off --output DisplayPort-1 --off