From 1299fb5272640ec7dfaa86ca0ce3a1fabfa8eaa1 Mon Sep 17 00:00:00 2001 From: pks Date: Sat, 11 Jun 2022 16:31:56 +0200 Subject: autostart: albert --- autostart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autostart b/autostart index 80159cf..f4515da 100755 --- a/autostart +++ b/autostart @@ -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 -- cgit v1.2.3