Files
dotfiles/autostart/autostart/20_xresources.sh

5 lines
107 B
Bash
Executable File

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