mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
281 B

. $base/package/*/*/xfce-4.conf
xfwm4_sans11() {
mv mcs-plugin/xfwm4_plugin.c mcs-plugin/xfwm4_plugin.c.orig
sed -e "/DEFAULT_FONT/s/10/11/" mcs-plugin/xfwm4_plugin.c.orig \
> mcs-plugin/xfwm4_plugin.c
}
[ "$ROCKCFG_PKG_XFCE4_SANS11" = 1 ] && hook_add preconf 3 xfwm4_sans11