summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-10-28 10:40:25 +0100
committerPatrick Simianer <pks@pks.rocks>2018-10-28 10:40:25 +0100
commit64a550f9ad9820cf9e23ca5354ba1dde90a42a99 (patch)
tree3149e7de737e54f6319ff91dc20f7e9754d450f0
parente55dd5636d970a89edd85e7c0e6b527e24736b96 (diff)
autostart: fix
-rwxr-xr-xautostart4
1 files changed, 2 insertions, 2 deletions
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