Create launch_compton.sh
This commit is contained in:
7
launch_compton.sh
Normal file
7
launch_compton.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Terminate all running instances of compton
|
||||
killall -q compton
|
||||
|
||||
# Launch compton
|
||||
compton -b
|
||||
Reference in New Issue
Block a user