added .screenlayout/ to dotfiles

This commit is contained in:
Vlad Doster 2020-04-03 15:11:31 -05:00
parent 7e812c03dd
commit a6cefe52fc
2 changed files with 4 additions and 0 deletions

2
.screenlayout/dual_screens.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP-1 --off --output DP-1 --off --output DP-2 --off --output DP-1-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1-2 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1-3 --off

View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP-1 --mode 1366x768 --pos 1920x156 --rotate normal --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off --output HDMI-2 --off