xrandr fxd
This commit is contained in:
parent
46741ec146
commit
62048699f1
|
@ -15,4 +15,4 @@ os.execute ("numlockx on &")
|
||||||
--os.execute ("pgrep pidgin || pidgin &")
|
--os.execute ("pgrep pidgin || pidgin &")
|
||||||
--os.execute ("pgrep firefox || (firefox || firefox-bin) &")
|
--os.execute ("pgrep firefox || (firefox || firefox-bin) &")
|
||||||
--os.execute ("xrandr --output HDMI-0 --left-of eDP-1-1 --mode 1920x1080 &")
|
--os.execute ("xrandr --output HDMI-0 --left-of eDP-1-1 --mode 1920x1080 &")
|
||||||
os.execute (os.getenv("HOME").."/.config/awesome/xrandr.sh &")
|
--os.execute (os.getenv("HOME").."/.config/awesome/xrandr.sh &")
|
||||||
|
|
17
xrandr.sh
17
xrandr.sh
|
@ -1,9 +1,14 @@
|
||||||
#!/bin/bash
|
#!/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 --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 eDP-1-1 --auto --primary --output HDMI-0 --auto --left-of eDP-1-1 \
|
||||||
xrandr --output DP-1-4 --auto --above eDP-1-1
|
--output DP-1-4 --auto --above eDP-1-1 --output DP-1-3 --auto --left-of DP-1-4 \
|
||||||
xrandr --output DP-1-3 --auto --left-of DP-1-4
|
--output DP-1-5 --auto --right-of DP-1-4 # --output DP-1-6 --auto --below DP-1-5
|
||||||
xrandr --output DP-1-5 --auto --right-of DP-1-4
|
|
||||||
#xrandr --output DP-1-6 --auto --below DP-1-5
|
#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