Hi, I wanted to try and add a background image to the slock utility. I have not worked on a project which needs "sudo" privilege. And now I can't figure out how to work on this. For now, I am doing the following.
``` make sudo chown root:root ./slock sudo chmod u+s ./slock ./slock ``` I am sure I can use the Makefile to do all this but I have no idea what the actual standard way to do all this is. Any suggestions would be appreciated. Thanks, Enan