aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-08-18 19:12:35 +0200
committerTharre <tharre3@gmail.com>2025-02-05 21:45:38 +0100
commit28dd2dcebf7b8429e935d3d306324863c2e00b23 (patch)
tree3bcab54571707f08dec1f3cf8697b9f9cb7a08bb
parentcb455c519d27d7b5a77d19d0c4ee93794d2f8306 (diff)
downloadst-transparency-custom_config.tar.gz
st-transparency-custom_config.tar.xz
st-transparency-custom_config.zip
Use custom settings in config.hcustom_config
-rw-r--r--config.def.h4
1 files 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.