Add support for inhibiting screen saver

This commit is contained in:
Unrud 2021-03-03 23:11:01 +01:00 committed by GitHub
parent 420fa790f5
commit 34ea811be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@
"--socket=x11",
"--share=network",
"--share=ipc",
"--filesystem=xdg-run/app/com.discordapp.Discord:create"
"--filesystem=xdg-run/app/com.discordapp.Discord:create",
"--talk-name=org.freedesktop.ScreenSaver"
],
"modules": [
{
@ -39,6 +40,17 @@
}
]
},
{
"name": "xdg-screensaver-shim",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.1.tar.gz",
"sha256": "d010e9a882bb48db54fe283d5a56fbac45d445270089c66af0c56a2211e18578"
}
]
},
{
"name": "dolphin-emu",
"buildsystem": "cmake-ninja",