summaryrefslogtreecommitdiff
path: root/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'autostart')
-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