add scripts

This commit is contained in:
pim-wtf
2022-05-31 08:59:51 +02:00
parent 9084b7b763
commit d26f58c221
4 changed files with 15 additions and 0 deletions

6
picom_toggle Executable file
View File

@ -0,0 +1,6 @@
if pgrep -x "picom" > /dev/null
then
pkill picom
else
picom -b
fi