8 lines
90 B
Bash
Executable File
8 lines
90 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
killall picom;
|
|
picom \
|
|
--backend glx \
|
|
--no-fading-openclose \
|
|
;
|