Introduction
Introduction Statistics Contact Development Disclaimer Help
tEnable resizable text areas. - surf - customized build of surf, the suckless w…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit f8f0c30f3ef60c024520cea5179ca2ddeb1de000
parent a8267f7b95f0dd7e830ed89511f49ca515e4f594
Author: Christoph Lohmann <[email protected]>
Date: Sun, 16 Feb 2014 17:17:15 +0100
Enable resizable text areas.
Diffstat:
M surf.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -848,6 +848,8 @@ newclient(void) {
kioskmode ^ 1, NULL);
g_object_set(G_OBJECT(settings), "default-font-size",
defaultfontsize, NULL);
+ g_object_set(G_OBJECT(settings), "resizable-text-areas",
+ 1, NULL);
/*
* While stupid, CSS specifies that a pixel represents 1/96 of an inch.
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.