DSK: Put shebangs on the top of all of our scripts

That way syntax highlighting works
This commit is contained in:
Salt 2018-11-15 16:06:31 -06:00
parent 50152d73b3
commit 6bfd333051
15 changed files with 15 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#! /usr/bin/env bash
[[ "$HOST" == "vm-*" ]] && exit 0 [[ "$HOST" == "vm-*" ]] && exit 0
compton compton

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
conky conky

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
dropbox start dropbox start

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
dunst dunst

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
i3 i3

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
kded5 kded5

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
kdeinit5 kdeinit5

View File

@ -1,2 +1,3 @@
#! /usr/bin/env bash
which nitrogen > /dev/null 2>&1 || exit 0 which nitrogen > /dev/null 2>&1 || exit 0
nitrogen --restore nitrogen --restore

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1

View File

@ -1,3 +1,4 @@
#! /usr/bin/env bash
# Make sure we have our xrdb stuff going # Make sure we have our xrdb stuff going
if $(which xrdbupdate) > /dev/null 2>&1; then if $(which xrdbupdate) > /dev/null 2>&1; then
xrdbupdate > /dev/null 2>&1 xrdbupdate > /dev/null 2>&1

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
pulseaudio --daemonize=no pulseaudio --daemonize=no

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
redshift redshift

View File

@ -1 +1,2 @@
#! /usr/bin/env bash
syncthing --no-browser syncthing --no-browser

View File

@ -1,3 +1,4 @@
#! /usr/bin/env bash
[ -r ~/.Xresources ] && xrdb ~/.Xresources [ -r ~/.Xresources ] && xrdb ~/.Xresources
for file in $XDG_CONFIG_HOME/xrdb/*.xresources; do for file in $XDG_CONFIG_HOME/xrdb/*.xresources; do
[ -r "$file" ] && xrdb -merge "$file" [ -r "$file" ] && xrdb -merge "$file"

View File

@ -1,3 +1,4 @@
#! /usr/bin/env bash
# No bell # No bell
xset -b xset -b
# No screen blanking # No screen blanking