Update and clean up user scripts
This commit is contained in:
@ -2,14 +2,10 @@
|
||||
|
||||
start="al-compositor --start"
|
||||
restart="al-compositor --restart"
|
||||
|
||||
|
||||
if [ -e "${HOME}/.config/.composite_enabled" ]; then
|
||||
|
||||
if pgrep compton; then
|
||||
$restart
|
||||
else
|
||||
$start
|
||||
fi
|
||||
|
||||
fi
|
||||
|
Reference in New Issue
Block a user