This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
dotfiles-old
Watch
1
Star
0
Fork
You've already forked dotfiles-old
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e95bc0534b
dotfiles-old
/
.local
/
scripts
/
toggle-comp.sh
7 lines
75 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
"
$(
pgrep picom
)
"
]
;
then
pkill picom
else
picom
&
fi
Reference in New Issue
View Git Blame
Copy Permalink