Welcome to me, the new guy on the threads,
I've searched and searched for an answer, but haven't found one, so I guess I'll ask the pros.
I have Compiz set to run at startup with sh file running in Kate when I boot.
I am lazy, I don't want to quit the window every session, can I add a portion of code to that script to make the window close? I know I can, I just need to know what it is, but don't know what to call stuff, so I don't know how to search for it. HELP THE LAZY MAN!!
I've searched and searched for an answer, but haven't found one, so I guess I'll ask the pros.
I have Compiz set to run at startup with sh file running in Kate when I boot.
Code:
#!/bin/sh compiz --replace
Comment