]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commit
Adhere XDG basedir spec regarding order
authorPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 7 Jan 2016 14:16:27 +0000 (15:16 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 7 Jan 2016 14:16:32 +0000 (15:16 +0100)
commitac540ffafada68dfee5a992ae92f5926bc5d6849
tree05f0c7058b4e93c3be170f94bc2a78b658c827e7
parentaba8d109d4ef59ccf3f42b4a120582b11693fc19
Adhere XDG basedir spec regarding order

It says that for duplicate information (i.e., equal file names), only
the one that comes first ought to be used. So we have to make sure to
load profiles in the correct order -- the ones that have the highest
priority last, because we just dict.update them all together. And in
script execution, we have to keep a list of file names already used in
scripts that have already been executed.
autorandr.py