waynergy icon indicating copy to clipboard operation
waynergy copied to clipboard

Feature request: Save command line args between updates

Open moghingold opened this issue 2 years ago • 2 comments
trafficstars

I currently have my /usr/share/applications/waynergy.desktop file modified so that the executable line reads as follows:

Exec=/usr/bin/waynergy -b kde -e -t -L debug 2>&1

Every time I upgrade waynergy from the AUR with yay -S waynergy-git, a new waynergy.desktop file is created that blows away my modifications and I have to redo them every time. If making literally every available command line argument configurable in config.ini is possible then that would be ideal. If not, then changing the Exec line so it loads args from eg. an args line in the config.ini file would be pretty neat-o.

moghingold avatar Mar 01 '23 17:03 moghingold

In this case,

backend = kde

[tls]
enable = true
tofu = true

[log]
level = debug

would cover everything given. I've added the configuration option names to the command line help text to make it slightly clearer what to use.

r-c-f avatar Mar 01 '23 18:03 r-c-f

Thanks!

moghingold avatar Mar 02 '23 01:03 moghingold