Files
dotfiles/autostart/20_xresources.sh

5 lines
117 B
Bash
Raw Normal View History

2016-09-05 23:25:26 +02:00
#!/usr/bin/env bash
2017-01-23 16:59:05 +01:00
printf '%s' "parsing .Xresources" >>"$LOGFILE"
2017-08-09 22:00:49 +02:00
xrdb -merge -I${HOME} ~/.Xresources &>> $LOGFILE