6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#!/bin/sh
|
||
|
export DISPLAY=:0
|
||
|
|
||
|
exec 2>&1
|
||
|
exec picom
|