diff options
| author | Kyle Javier | 2021-10-03 03:15:55 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-10-03 03:15:55 -0400 |
| commit | b0c25200a8064199b577956be1f099ebad8a55d2 (patch) | |
| tree | b54e66a73e8bb07e993fbfce54082cc58a1ac3be | |
| parent | c357079975dd7a7e72640066c9fed1fae77a8fcf (diff) | |
disabled experimental backends for picom autostart
| -rwxr-xr-x | awesome/autorun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index ca7de50..5ebd81d 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -7,7 +7,7 @@ run () { fi } -run picom --experimental-backends +run picom run nitrogen --restore run volumeicon run lxsession |
