diff options
| author | Blista Kanjo | 2022-11-24 00:50:53 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-24 00:50:53 -0500 |
| commit | 01f644e6bebb55b8fd20ddf4ffd20ad981ce56bb (patch) | |
| tree | cf939878f81d1770fe889d47816332489d37d8d0 /.config/awesome/autorun.sh | |
| parent | 393c272512ce3c1fc69c242c197166d9907308bb (diff) | |
refactor: removed -b arg from picom, due to fear of conflict
Diffstat (limited to '.config/awesome/autorun.sh')
| -rwxr-xr-x | .config/awesome/autorun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index d4ddd3a..a4c5852 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -8,7 +8,7 @@ run () { } #run picom --experimental-backends -run picom -b +run picom run nitrogen --restore run volumeicon # run lxsession |
