diff options
Diffstat (limited to 'autostart')
-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 |