xrandr && 6 monitors
This commit is contained in:
parent
065af1ee3e
commit
7cce1e81a4
|
@ -15,3 +15,4 @@ os.execute ("numlockx on &")
|
|||
--os.execute ("pgrep pidgin || pidgin &")
|
||||
--os.execute ("pgrep firefox || (firefox || firefox-bin) &")
|
||||
--os.execute ("xrandr --output HDMI-0 --left-of eDP-1-1 --mode 1920x1080 &")
|
||||
os.execute (os.getenv("HOME").."/.config/awesome/xrandr.sh &")
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
xrandr --output eDP-1-1 --auto --primary
|
||||
xrandr --output HDMI-0 --off --output DP-1-3 --off --output DP-1-4 --off --output DP-1-5 --off
|
||||
xrandr --output HDMI-0 --auto --left-of eDP-1-1
|
||||
xrandr --output DP-1-4 --auto --above eDP-1-1
|
||||
xrandr --output DP-1-3 --auto --left-of DP-1-4
|
||||
xrandr --output DP-1-5 --auto --right-of DP-1-4
|
||||
#xrandr --output DP-1-6 --auto --below DP-1-5
|
Loading…
Reference in New Issue