This website requires JavaScript.
Explore
Help
Sign In
moritz
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dab75cc178
dotfiles
/
.config
/
picom
/
launch.sh
8 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
ps -A
|
grep picom
;
then
killall -q picom
fi
picom --experimental-backends
Reference in New Issue
View Git Blame
Copy Permalink