From 47a7f68cd03948035617b83b31349330ae8e55dc Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 16 Jul 2023 15:18:46 +0100 Subject: Add --physical-keybindings option. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 8bfcae8..8e36a2b 100644 --- a/src/main.c +++ b/src/main.c @@ -917,6 +917,7 @@ const struct option long_options[] = { {"print-index", required_argument, NULL, 0}, {"hide-input", required_argument, NULL, 0}, {"hidden-character", required_argument, NULL, 0}, + {"physical-keybindings", required_argument, NULL, 0}, {"drun-launch", required_argument, NULL, 0}, {"drun-print-exec", required_argument, NULL, 0}, {"terminal", required_argument, NULL, 0}, @@ -1198,6 +1199,7 @@ int main(int argc, char *argv[]) .use_history = true, .require_match = true, .use_scale = true, + .physical_keybindings = true, }; wl_list_init(&tofi.output_list); if (getenv("TERMINAL") != NULL) { -- cgit v1.2.3