From: R. Steve McKown Date: Sun, 14 Jun 2015 06:37:07 +0000 (-0600) Subject: dwmrc: re-merge ~/.Xresources X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=482fdc04c7931ec4ba3d574496fed97a6dca08e4 dwmrc: re-merge ~/.Xresources To work around a lightdm bug (it merges with -nocpp), re-merge here so that our #defines work. There is an outstanding launchpad bug on this issue: #1244578. It may not be 'fixed'. --- diff --git a/dwmrc b/dwmrc index c2a2a1c..aed08e1 100755 --- a/dwmrc +++ b/dwmrc @@ -11,6 +11,11 @@ # exec dwm.custom # fi +# Although the system startup merged ~/.Xresources, it did so with the -nocpp +# option (Ubuntu 14.04), which prevents the use of #define, etc. Re-merge here +# for correct behavior. +xrdb -merge ~/.Xresources + # Initial startup volume to sane level pactl set-sink-volume $(pactl info | grep "Default Sink:" | awk '{ print $3}') '30%'