summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx2021-05-29 14:39:44 +0000
committerAndreas Backx2021-05-29 14:39:44 +0000
commit34569f661d664166123e5a159b478d71a50f9273 (patch)
treecca8141b8d5d8e320a4bec6a664e7234f7866c49
parent05319bcb806a57ffd483bbd82dda282d6274b5aa (diff)
downloadaur-34569f661d664166123e5a159b478d71a50f9273.tar.gz
0.1.3
### Changed - Use the top layer instead of the overlay layer. This makes it not lay on top of lock screens like swaylock. - When coming out of the lock screen, it will ignore the first events if they are too fast as they would indicate the move was not moved while in the lock screen. This would otherwise lead to invalidly running the command again. https://github.com/AndreasBackx/waycorner/actions/runs/888404287
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbafcc1842eb..ca0f44bdcd32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = waycorner
pkgdesc = Hot corners for Wayland. Create anchors on specified locations of your monitors and execute a command of your choice.
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 2
url = https://github.com/AndreasBackx/waycorner
arch = any
license = MIT
makedepends = cargo
- source = waycorner-0.1.2.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.1.2.tar.gz
- sha256sums = 763ba3407424934b77050e4dbba82b7dcf51078fc03815aba8d8180261bab07a
+ source = waycorner-0.1.3.tar.gz::https://github.com/AndreasBackx/waycorner/archive/0.1.3.tar.gz
+ sha256sums = 54f6f93d6895712e09ff33b03c717f191a859bce92f44e7fe5810afd2b67c747
pkgname = waycorner
diff --git a/PKGBUILD b/PKGBUILD
index 23e760d968bd..9c9c5404f340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andreas Backx
pkgname=waycorner
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=2
pkgdesc="Hot corners for Wayland. Create anchors on specified locations of your monitors and execute a command of your choice."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=()
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/AndreasBackx/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('763ba3407424934b77050e4dbba82b7dcf51078fc03815aba8d8180261bab07a')
+sha256sums=('54f6f93d6895712e09ff33b03c717f191a859bce92f44e7fe5810afd2b67c747')
build() {
cd "$pkgname-$pkgver"