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:
parent
bc38946e10
commit
53908eedc6
2
scripts/4screens
Executable file
2
scripts/4screens
Executable 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
4
scripts/screens
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
`dirname ${BASH_SOURCE[0]}`/4screens
|
||||
~/.fehbg
|
Loading…
Reference in New Issue
Block a user