summaryrefslogtreecommitdiff
path: root/autostart
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2020-03-22 15:22:24 +0100
committerPatrick Simianer <pks@pks.rocks>2020-03-22 15:22:24 +0100
commitae2265bb794656108f42512f2d6d4aff028b3be3 (patch)
tree359e1288ea14705bae30e10738b27357b12e9b3b /autostart
parentea1fd2a2e22f4bc09b5f0971bb162041b9a220d6 (diff)
autostart: update
Diffstat (limited to 'autostart')
-rwxr-xr-xautostart7
1 files changed, 2 insertions, 5 deletions
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