Add Screen Layout to dotfiles

This commit is contained in:
Alexander Hosking 2018-05-29 13:00:52 -04:00
parent 2aad7fe8e7
commit dea3e7362b
2 changed files with 4 additions and 0 deletions

2
.screenlayout/home_desktop.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output DP-1 --off --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --mode 2560x1440_24.00 --pos 3840x0 --rotate normal

2
.screenlayout/lyrical.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output DP-1 --off --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --mode 2560x1440_24.00 --pos 3840x0 --rotate normal