Added current scripts
This commit is contained in:
8
picom-restart
Executable file
8
picom-restart
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall picom
|
||||
|
||||
#Wait 0.25 seconds so the process can close
|
||||
sleep 0.25
|
||||
|
||||
picom --experimental-backends -b
|
Reference in New Issue
Block a user