# Setup script for X11 configuration files.
-# Copyright (C) 2011-2012 Simon Ruderich
+# Copyright (C) 2011-2014 Simon Ruderich
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# available. Better than nothing.
if ! installed compton && ! installed xcompmgr; then
echo 'Xresources: no compton found, enabling pseudo-transparency'
- sed_i 's/^Rxvt\*background/!&/' Xresources
+ sed_i 's/^Rxvt\*background: \[/!&/' Xresources
sed_i 's/^!NO_COMPTON //' Xresources
fi