DSK: Updates and code cleanup

This commit is contained in:
2018-11-22 02:46:45 -06:00
parent 71fe350344
commit 41b8b8286a
3 changed files with 3 additions and 3 deletions
.bin
.config/dsk/run

2
.bin

Submodule .bin updated: 03b31b1da6...77c254531a

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

@@ -1,5 +1,5 @@
#! /usr/bin/env bash
[ -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"
done