aboutsummaryrefslogtreecommitdiffstats
path: root/st-custom/config.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-07-13 18:42:52 +0200
committerTharre <tharre3@gmail.com>2015-07-13 18:42:52 +0200
commit35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c (patch)
treed79469b882ec0e955364c9e69dd91d0b38d5854c /st-custom/config.h
parent71532baa009ee1337e4339bbd7e983fa051aeb85 (diff)
downloadpkgbuilds-35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c.tar.gz
pkgbuilds-35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c.tar.xz
pkgbuilds-35f9c3fa7131f54ec5c9417a60cfdaa21fc3171c.zip
st: update to 0.6
Diffstat (limited to 'st-custom/config.h')
-rw-r--r--st-custom/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st-custom/config.h b/st-custom/config.h
index 1b8ba9b..248a84f 100644
--- a/st-custom/config.h
+++ b/st-custom/config.h
@@ -30,7 +30,7 @@ static unsigned int doubleclicktimeout = 300;
static unsigned int tripleclicktimeout = 600;
/* alt screens */
-static bool allowaltscreen = true;
+static int allowaltscreen = 1;
/* frames per second st should at maximum draw to the screen */
static unsigned int xfps = 120;