diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-05 02:02:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-05 02:02:00 +0200 |
commit | 857488e91b588e73d46948988ffce18ed9cb59fc (patch) | |
tree | f1a91c33e5315eb739be3a431c013b9235ab0ddd /project.conf | |
parent | c4d4d84ac5d8edb03c7b0056aa3cc181acc4eb1e (diff) |
Make window click through
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/project.conf b/project.conf index c974cd0..c3cfb3e 100644 --- a/project.conf +++ b/project.conf @@ -2,4 +2,7 @@ name = "gpu-screen-recorder-notification" type = "executable" version = "0.1.0" -platforms = ["posix"]
\ No newline at end of file +platforms = ["posix"] + +[dependencies] +xfixes = ">=4"
\ No newline at end of file |