-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add make target for contrib/autorandr_nitrogen_wallpaper #43
base: master
Are you sure you want to change the base?
Conversation
How about making the following additional changes:
Also, in #42 (comment), I've recently added a variable |
Thanks, for the reply. It might just be me but I've always preferred the simple approach of acpid or bsd style initalization. Keep configuration in as few files as possible and have ideally one script to handle all execution paths conditionally. I don't quite see how autorandr warrants the complexity of /etc style configuration and modularization. But maybe that is because my use case is very simple. I dock my laptop, the event is recognized, a handler script is automatically executed which calls, among others, autorandr. Same for undocking. Then again, I've just started using autorandr today (thanks, btw!) and i will keep an eye on this issue and certainly contribute back any changes i make. Oh, and Regards |
My point is that IMHO it doesn't make much sense to install the script to |
In my eyes it's not much different to autorandr. It's a binary that can be used. What happens after installation is up to the user. You can symlink it directly to postswitch or call it automatically/manually on demand. For now, i just wanted it in $PATH (because it wasn't being installed at all). |
Because the basedir spec says so 😃 Autorandr used to store configurations in (By the way, autorandr already loaded profiles from |
Add make target and detection for autorandr_nitrogen_wallpaper and install it next to the autorandr binary.