logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

0001-apply-01b-my-config.diff.patch (967B)


  1. From 170a93a33ba5545aaab2d0a5b7aefe084b4af3cd Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Mon, 1 Oct 2018 01:08:20 +0200
  4. Subject: [PATCH 1/3] apply: 01b-my-config.diff
  5. ---
  6. config.def.h | 4 ++--
  7. 1 file changed, 2 insertions(+), 2 deletions(-)
  8. diff --git a/config.def.h b/config.def.h
  9. index 82b1b09..3c587e2 100644
  10. --- a/config.def.h
  11. +++ b/config.def.h
  12. @@ -5,7 +5,7 @@
  13. *
  14. * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
  15. */
  16. -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
  17. +static char *font = "monospace-7";
  18. static int borderpx = 2;
  19. /*
  20. @@ -32,7 +32,7 @@ static float chscale = 1.0;
  21. *
  22. * More advanced example: " `'\"()[]{}"
  23. */
  24. -char *worddelimiters = " ";
  25. +char *worddelimiters = "   │`'\"()[]{}“”<>‘’\~\;";
  26. /* selection timeouts (in milliseconds) */
  27. static unsigned int doubleclicktimeout = 300;
  28. --
  29. 2.19.1