Fix issues in scripts, update configs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$(pidof compton)" ]]; then
|
||||
if [[ $(pidof compton) ]]; then
|
||||
al-compositor --restart
|
||||
else
|
||||
al-compositor --start
|
||||
|
Reference in New Issue
Block a user