Fix issues in scripts, update configs

This commit is contained in:
natemaia
2018-02-07 17:38:43 -08:00
parent 090dc5aa50
commit 02cd993afd
6 changed files with 11 additions and 12 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [[ "$(pidof compton)" ]]; then
if [[ $(pidof compton) ]]; then
al-compositor --restart
else
al-compositor --start