diff options
author | Patrick Simianer <pks@pks.rocks> | 2020-03-22 15:22:24 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2020-03-22 15:22:24 +0100 |
commit | ae2265bb794656108f42512f2d6d4aff028b3be3 (patch) | |
tree | 359e1288ea14705bae30e10738b27357b12e9b3b /autostart | |
parent | ea1fd2a2e22f4bc09b5f0971bb162041b9a220d6 (diff) |
autostart: update
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |