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

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