diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-22 14:43:56 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-22 14:43:56 +0530 |
commit | 995e5c2f8cb387cb76734989a30f22ac1f965422 (patch) | |
tree | 5f68f41b4f69f579a1c5eab991e7c4fc8adbfb12 | |
parent | 18ee1da467cee17c5a2003dcb61f2dae7836ef01 (diff) |
added standalone autostart script
-rwxr-xr-x | scripts/autostart | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/autostart b/scripts/autostart new file mode 100755 index 00000000..802a1820 --- /dev/null +++ b/scripts/autostart @@ -0,0 +1,3 @@ +picom & +firefox & +nitrogen --restore & |