diff options
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 |