summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoraynilay2020-06-29 16:36:35 +0200
committerkoraynilay2020-06-29 16:36:35 +0200
commite359a68a2da058c534cfc2bb1b073cbe764cd833 (patch)
tree8c661653819d04e35e768e5f4f15ee30d77ec429
parent625813785dbd1c46eacf47200be9b269cb7e6352 (diff)
downloadaur-e359a68a2da058c534cfc2bb1b073cbe764cd833.tar.gz
Added geometry detection as fullscreen
This works alongside the Atom detection, so that in case that fails, the fullscreen is still recognized
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d949078a70b..819b7e5d312e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scrnsvr
pkgdesc = Yet Another X Screensaver/locker
pkgver = 0.3
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/koraynilay/scrnsvr
arch = x86_64
license = WTFPL
diff --git a/PKGBUILD b/PKGBUILD
index 459eb74b547d..a85987870539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: koraynilay <koray.fra@gmail.com>
pkgname=scrnsvr
pkgver=0.3
-pkgrel=6
+pkgrel=7
pkgdesc="Yet Another X Screensaver/locker"
arch=('x86_64')
url="https://github.com/koraynilay/scrnsvr"