[dev] [slock] Need help working on the project

2019-04-13 Thread Enan Ajmain
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

[dev] Holding st after a command has completed

2019-04-13 Thread Ivan "Rambius" Ivanov
Hello, The st terminal has -e option that executes a specific command instead of the shell. However, st closes immediately after the command has completed. Is it possible to hold the st's window after the command has finished? That is similar to xterm's -hold command. Thank you for your responses

Re: [dev] Holding st after a command has completed

2019-04-13 Thread Alexander Krotov
On 4/14/19 3:24 AM, Ivan "Rambius" Ivanov wrote: > Hello, > > The st terminal has -e option that executes a specific command instead > of the shell. However, st closes immediately after the command has > completed. Is it possible to hold the st's window after the command > has finished? That is si

Re: [dev] Holding st after a command has completed

2019-04-13 Thread Ivan "Rambius" Ivanov
Hello, On Sun, Apr 14, 2019 at 4:28 AM Alexander Krotov wrote: > > On 4/14/19 3:24 AM, Ivan "Rambius" Ivanov wrote: > > Hello, > > > > The st terminal has -e option that executes a specific command instead > > of the shell. However, st closes immediately after the command has > > completed. Is it