summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Bonham2017-05-06 11:31:36 +0200
committerLuke Bonham2017-05-06 11:31:36 +0200
commit40ebe4744c83a578dba0bd5dc1c3106457feacc1 (patch)
tree6034c531042e4184d80b2d13b7b2fb5b572fe237 /PKGBUILD
parent98090b71b470e64f914c7389549ab7dba18a8404 (diff)
downloadaur-40ebe4744c83a578dba0bd5dc1c3106457feacc1.tar.gz
quake: add a new option `onlyone`.This option allows using a single instance of the app with multiplescreens instead of having a separate app for each screen. It worksbetter if there is only one instance of the quake object, i.e. local quake = lain.util.quake({onlyone=true})and awful.key({ modkey, }, "z", function () quake:toggle() end),
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e49ecd1439e..870b9f0cf7f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: luke bonham <dada [at] archlinux [dot] info>
pkgname=lain-git
-pkgcom=1588
-pkgsha=0f2cbcb
+pkgcom=1589
+pkgsha=2ddb55b
pkgver=$pkgcom.$pkgsha
pkgrel=1
pkgdesc="Layouts, asynchronous widgets and utilities for Awesome WM"