Files
dotfiles/autostart/20_xresources.sh
2017-08-26 11:31:18 +02:00

5 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
printf '%s' "parsing .Xresources" >>"$LOGFILE"
xrdb -merge -I${HOME} ~/.Xresources &>> $LOGFILE