summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--hyperion.systemd1
-rw-r--r--hyperion.systemd-user1
4 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 206e2c167ebe..844f5de87837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -31,7 +31,7 @@ pkgbase = hyperion.ng-git
source = hyperion.systemd
source = hyperion.systemd-user
sha512sums = SKIP
- sha512sums = 7a43cedc636760885283f92564716237f3ed0917852b359e301509bca4c923d8d0f3bcca7ffbc8a066de726781e207737365a31e1438ff8ae30a9bd3c1f9fc71
- sha512sums = 3313b7bfd1f8bdc07832432fdd54ad9470534f54829d8e19cec632d5a4beb7e34fca93fda00a8a373984092f807116df16dc38a91892b352a7fbc0eec3d42f49
+ sha512sums = 7cc4bfba17283400f3cf49716df0c91aecfd2bcb194c1a2792ea348c146a7177e10060f7ddf7babd909b7f92f94bee7a12246294cafac1683b06897c695b1c08
+ sha512sums = 81c7b3e1cf2a2611521a91607afdab452f23310c82b39db733bb54acbe2b3241caf3994ee34aeb579e081ceed45e7b5db7b5d20bf5d7e0f7c7cab2ec7c51b3d4
pkgname = hyperion.ng-git
diff --git a/PKGBUILD b/PKGBUILD
index 306b785a22dd..c7225b5a9848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ source=("git+https://github.com/hyperion-project/${pkgname%-git}"
"hyperion.systemd"
"hyperion.systemd-user")
sha512sums=('SKIP'
- '7a43cedc636760885283f92564716237f3ed0917852b359e301509bca4c923d8d0f3bcca7ffbc8a066de726781e207737365a31e1438ff8ae30a9bd3c1f9fc71'
- '3313b7bfd1f8bdc07832432fdd54ad9470534f54829d8e19cec632d5a4beb7e34fca93fda00a8a373984092f807116df16dc38a91892b352a7fbc0eec3d42f49')
+ '7cc4bfba17283400f3cf49716df0c91aecfd2bcb194c1a2792ea348c146a7177e10060f7ddf7babd909b7f92f94bee7a12246294cafac1683b06897c695b1c08'
+ '81c7b3e1cf2a2611521a91607afdab452f23310c82b39db733bb54acbe2b3241caf3994ee34aeb579e081ceed45e7b5db7b5d20bf5d7e0f7c7cab2ec7c51b3d4')
pkgver() {
cd "$srcdir/${pkgname%-git}"
diff --git a/hyperion.systemd b/hyperion.systemd
index cad5edb66c53..3107404e59dd 100644
--- a/hyperion.systemd
+++ b/hyperion.systemd
@@ -10,6 +10,7 @@ StartLimitBurst=30
[Service]
Environment=DISPLAY=:0
User=%i
+ExecStartPre=xrandr --listactivemonitors
ExecStart=/usr/bin/hyperiond -u /etc/hyperion/
WorkingDirectory=/usr/share/hyperion
TimeoutStopSec=5
diff --git a/hyperion.systemd-user b/hyperion.systemd-user
index d6362cc2dcd0..40665c1da319 100644
--- a/hyperion.systemd-user
+++ b/hyperion.systemd-user
@@ -6,6 +6,7 @@ StartLimitBurst=30
[Service]
Environment=DISPLAY=:0
+ExecStartPre=xrandr --listactivemonitors
ExecStart=/usr/bin/hyperiond
WorkingDirectory=/usr/share/hyperion
TimeoutStopSec=5