diff options
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |