DSK: Updates and code cleanup
This commit is contained in:
2
.bin
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
|
||||
|
Reference in New Issue
Block a user