add scripts
This commit is contained in:
6
picom_toggle
Executable file
6
picom_toggle
Executable file
@ -0,0 +1,6 @@
|
||||
if pgrep -x "picom" > /dev/null
|
||||
then
|
||||
pkill picom
|
||||
else
|
||||
picom -b
|
||||
fi
|
Reference in New Issue
Block a user