5 lines
50 B
Bash
Executable file
5 lines
50 B
Bash
Executable file
#!/bin/sh
|
|
export DISPLAY=:0
|
|
|
|
exec 2>&1
|
|
exec picom
|