Added scripts used by i3wm
This commit is contained in:
parent
a6804a368a
commit
1b089fc3e9
2
.local/bin/screen-dual.sh
Executable file
2
.local/bin/screen-dual.sh
Executable 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
.local/bin/screen-external.sh
Executable file
2
.local/bin/screen-external.sh
Executable 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
.local/bin/screen-laptop.sh
Executable file
2
.local/bin/screen-laptop.sh
Executable 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
|
||||
Loading…
Reference in New Issue
Block a user