diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-21 21:16:08 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-21 21:16:08 (GMT) |
commit | 80a07018ddc505831c8f24cd19ca2eac35d62838 (patch) | |
tree | 4afdaa5777c6c73634f17accdaee57ea6164e4b0 /abs/core/tilda | |
parent | 37a05f90e899430a2357f5deeb173e11e018d389 (diff) | |
download | linhes_pkgbuild-80a07018ddc505831c8f24cd19ca2eac35d62838.zip linhes_pkgbuild-80a07018ddc505831c8f24cd19ca2eac35d62838.tar.gz linhes_pkgbuild-80a07018ddc505831c8f24cd19ca2eac35d62838.tar.bz2 |
tilda: increase font size and kill animation
Diffstat (limited to 'abs/core/tilda')
-rw-r--r-- | abs/core/tilda/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/tilda/config_0 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/tilda/PKGBUILD b/abs/core/tilda/PKGBUILD index 6c4c7e7..85a7d17 100644 --- a/abs/core/tilda/PKGBUILD +++ b/abs/core/tilda/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tilda pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="A Gtk based drop down terminal for Linux and Unix" arch=('i686' 'x86_64') url="https://github.com/lanoxx/tilda" @@ -34,4 +34,4 @@ package() { } md5sums=('2e1e40e73ccd4f03b3595b8842bb0397' 'eae07ef0ffb2e9dee3ba5eec3e87b920' - 'e2fc4a2d0eb3205b1091e30f633b53f8') + 'e2a091d91105b99b6f0a0ce37b13b975') diff --git a/abs/core/tilda/config_0 b/abs/core/tilda/config_0 index d3a7a33..7cf7b30 100644 --- a/abs/core/tilda/config_0 +++ b/abs/core/tilda/config_0 @@ -1,6 +1,6 @@ tilda_config_version = "1.3.1" # command = "" -font = "DejaVu Sans Mono 14" +font = "DejaVu Sans Mono 16" key = "F3" addtab_key = "<Shift><Control>t" fullscreen_key = "F11" @@ -81,7 +81,7 @@ scroll_on_key = true bell = false run_command = false pinned = true -animation = true +animation = false hidden = true set_as_desktop = false centered_horizontally = true |