diff options
author | pks <pks@pks.rocks> | 2022-06-11 16:31:56 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2022-06-11 16:31:56 +0200 |
commit | 1299fb5272640ec7dfaa86ca0ce3a1fabfa8eaa1 (patch) | |
tree | 5137b99f33a851afb575f89969e4ed32eb98f995 | |
parent | 81eed27447202383645599fab39242e546c3a4a7 (diff) |
autostart: albert
-rwxr-xr-x | autostart | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,9 +21,7 @@ if [[ $RATPOISON == "ratpoison" && -x $(which acpi 2&>/dev/null) ]]; then $(which ratcpi) & fi -if [[ $(hostname) == "bogues" ]]; then - xrandr --output VGA1 --off & -fi +if [[ -x $(which albert) ]]; then $(which albert); fi if [[ -x $(which notmuchfs) ]]; then mkdir -p /tmp/pks/notmuchfs /tmp/pks/notmuchfs_backing |