From 28dd2dcebf7b8429e935d3d306324863c2e00b23 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 18 Aug 2016 19:12:35 +0200 Subject: Use custom settings in config.h --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 019a4e1..d11f37c 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Source Code Pro:size=11:antialias=true"; static int borderpx = 2; /* @@ -45,7 +45,7 @@ int allowaltscreen = 1; /* allow certain non-interactive (insecure) window operations such as: setting the clipboard text */ -int allowwindowops = 0; +int allowwindowops = 1; /* * draw latency range in ms - from new content/keypress/etc until drawing. -- cgit v1.2.3-70-g09d2