Article 5JDQZ Dual screen configuration (X11 + qtile)

Dual screen configuration (X11 + qtile)

by
AdrianMorales
from LinuxQuestions.org on (#5JDQZ)
Hello,
I want to use an HDMI monitor as my secondary monitor, but I can only configure it as a duplicate of my laptop's monitor
Here my 10-monitor.conf:
Code:Section "Monitor"
Identifier "eDP1"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "HDMI1"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Laptop"
Monitor "eDP1"
EndSection

Section "Screen"
Identifier "HDMI"
Monitor "HDMI1"
EndSectionAnd my qtile screens conf:
Code:Screens = [
Screen(
top=bar.Bar(
...some widgets...
),
Screen()
]latest?d=yIl2AUoC8zA latest?i=iOGvUGVL-GU:UBJQgGGUbyk:F7zBnMy latest?i=iOGvUGVL-GU:UBJQgGGUbyk:V_sGLiP latest?d=qj6IDK7rITs latest?i=iOGvUGVL-GU:UBJQgGGUbyk:gIN9vFwiOGvUGVL-GU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments