diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-19 21:25:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-19 21:25:57 +0200 |
commit | ff2c33e3a1659560a3e6d4c5e2c099b240d788ef (patch) | |
tree | 7154d0c9cb64000c09006ee99150c0039e999319 /project.conf | |
parent | 2209d5e461f1a727171e9ce0be92eb107e05e27b (diff) |
Add support for wayland global hotkeys (global shortcuts desktop portal), only kde really supports this. Refactor x11 hotkeys (use list...), add separate key for start/stop recording/pause
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.conf b/project.conf index 9792588..0b357c9 100644 --- a/project.conf +++ b/project.conf @@ -13,3 +13,4 @@ gtk+-3.0 = "3" x11 = "1" libpulse = ">=13" ayatana-appindicator3-0.1 = ">=0" +dbus-1 = ">=1" |