8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Terminate all running instances of compton
|
|
killall -q compton
|
|
|
|
# Launch compton
|
|
compton -b
|