1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add script to configure screens

This commit is contained in:
Joe Groocock 2016-05-15 23:48:50 +01:00
parent bc38946e10
commit 53908eedc6
2 changed files with 6 additions and 0 deletions

2
scripts/4screens Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output DP-1.1 --mode 1920x1080 --pos 0x285 --rotate left --output DVI-D-0 --off --output DP-1.2.1 --primary --mode 1920x1080 --pos 1080x1080 --rotate normal --output DP-1.2.2 --mode 1920x1080 --pos 3000x285 --rotate right --output HDMI-0 --mode 1920x1080 --pos 1080x0 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off

4
scripts/screens Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
`dirname ${BASH_SOURCE[0]}`/4screens
~/.fehbg