From 734280f3042a1b2d08764599d1decdee2d4d3132 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 24 Nov 2024 18:25:58 +0100 Subject: Use linux /dev/input for global hotkeys instead of x11. This also works on wayland on any compositor --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 9d0b960..19a9a37 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1,2 @@ option('systemd', type : 'boolean', value : true, description : 'Install systemd service file') +option('capabilities', type : 'boolean', value : true, description : 'Set binary admin capability on gsr-global-hotkeys binary to allow global hotkeys') \ No newline at end of file -- cgit v1.2.3