xrandr && 6 monitors

This commit is contained in:
Kolan Sh 2022-03-03 14:14:48 +03:00
parent 065af1ee3e
commit 7cce1e81a4
2 changed files with 10 additions and 0 deletions

View File

@ -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 &")

9
xrandr.sh Executable file
View File

@ -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