On Sat, Apr 13, 2019 at 07:57:23PM +0600, Enan Ajmain wrote:
> 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.
>
> ```
> m
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