aboutsummaryrefslogtreecommitdiff
path: root/src/GlobalHotkeysLinux.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-03 01:57:30 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-03 01:57:30 +0100
commit2a07c741121e737aec9bdd5214ba66efbf252da0 (patch)
treea717b3328ec4bfcf87d7aa7281261f3e42519537 /src/GlobalHotkeysLinux.cpp
parentf526c175f6e2b852c8fe19b666505cfeac36b667 (diff)
Fix some application (using xi) receiving mouse input when UI is shown
Diffstat (limited to 'src/GlobalHotkeysLinux.cpp')
-rw-r--r--src/GlobalHotkeysLinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GlobalHotkeysLinux.cpp b/src/GlobalHotkeysLinux.cpp
index d16cc06..b1f59b1 100644
--- a/src/GlobalHotkeysLinux.cpp
+++ b/src/GlobalHotkeysLinux.cpp
@@ -68,7 +68,7 @@ namespace gsr {
execvp(args[0], (char* const*)args);
}
- perror("execvp");
+ perror("gsr-global-hotkeys");
_exit(127);
} else { /* parent */
process_id = pid;