From ae2265bb794656108f42512f2d6d4aff028b3be3 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 22 Mar 2020 15:22:24 +0100 Subject: autostart: update --- autostart | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'autostart') diff --git a/autostart b/autostart index a443737..2232525 100755 --- a/autostart +++ b/autostart @@ -30,12 +30,9 @@ $HOME/.local/bin/mouse-settings & if [[ $(hostname) == "bogues" ]]; then xrandr --output VGA1 --off & - xrandr --output VGA0 --off & - xrandr --output VGA-0 --off & - xrandr --output VGA-1 --off & - mkdir -p /media/ext_sd/tmp - chmod 777 /media/ext_sd/tmp + mkdir -p /storage/tmp + sudo chmod 777 /storage/tmp fi if [[ -x $(which notmuchfs) ]]; then -- cgit v1.2.3