Files
dotfiles/autostart/autostart/20_xresources.sh

5 lines
107 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"
2015-11-01 02:30:09 +01:00
xrdb -merge ~/.Xresources &>> $LOGFILE