Skip to main content
Topic: Set RGB to full range under wayland ly-dm (Read 102 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Set RGB to full range under wayland ly-dm

In Arch /usr/lib/systemd/system/ly.service I have this settings
Code: [Select]
ExecStartPre=-/usr/bin/proptest -M i915 -D /dev/dri/card1 207 connector 194 1
ExecStart=/usr/bin/ly
, how can I insert the proptest part in /etc/dinit.d/ly or somewhere else so that it runs before Wayland? In other words, what would be the equivalent to ExecStartPre in dinit language?

Re: Set RGB to full range under wayland ly-dm

Reply #1
I figured out a way where /etc/dinit.d/ly runs a script which in turn runs the proptest first and ly-dm next, is there a more elegant method to do this?