From 64a550f9ad9820cf9e23ca5354ba1dde90a42a99 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 28 Oct 2018 10:40:25 +0100 Subject: autostart: fix --- autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autostart') diff --git a/autostart b/autostart index 9eaf47c..e332498 100755 --- a/autostart +++ b/autostart @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env zsh feh --no-xinerama --image-bg black --bg-fill "$HOME/image/MIPS-R3000A-die.jpg" & xset s 0 & @@ -25,7 +25,7 @@ exec $HOME/.local/bin/mouse-settings & if [[ $(hostname) == "barkley" ]]; then xmodmap -e "keycode 66 = Shift_L NoSymbol Shift_L" gsettings set org.gnome.desktop.interface text-scaling-factor 1.2 - /bin/bash syncthing -no-browser -home=$HOME/.config/syncthing &> $HOME/.config/syncthing/log.txt & + syncthing -no-browser -home=$HOME/.config/syncthing &> $HOME/.config/syncthing/log.txt & fi if [[ $(hostname) == "bogues" ]]; then -- cgit v1.2.3