I see that some contrib program use autorandr -c --default default, but looking at the code I cannot see the difference between autorandr -c --default default, running autorandr launcher also raise an error
I see no part of the code creating the symlink automagically.
I would suggest that profiles names like default to be a reserved word.
so when we -default default it will create a symlink of the detected config default -> [detected]
and when --default [profile] it would do a default -> [profile].
I see that some contrib program use
autorandr -c --default default
, but looking at the code I cannot see the difference between autorandr -c --default default, running autorandr launcher also raise an errorI see some issues related to #289 https://github.com/phillipberndt/autorandr/issues/334#issuecomment-1515312022
I see no part of the code creating the symlink automagically.
I would suggest that profiles names like default to be a reserved word. so when we
-default default
it will create a symlink of the detected config default -> [detected] and when--default [profile]
it would do a default -> [profile].