aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/exec_always.c
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <ronan@rjp.ie>2022-11-30 11:54:15 -0700
committerLibravatar Ronan Pigott <ronan@rjp.ie>2023-02-05 00:53:47 -0700
commitdbc1eec850d75b9d4b88960cce057d5286cb9dc0 (patch)
tree7f351e5f705ef6c1fda746c608552d3dfae1dde5 /sway/commands/exec_always.c
parentview: make request_activate take a seat (diff)
downloadsway-dbc1eec850d75b9d4b88960cce057d5286cb9dc0.tar.gz
sway-dbc1eec850d75b9d4b88960cce057d5286cb9dc0.tar.zst
sway-dbc1eec850d75b9d4b88960cce057d5286cb9dc0.zip
launcher: make launcher context seat aware
Diffstat (limited to 'sway/commands/exec_always.c')
-rw-r--r--sway/commands/exec_always.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/exec_always.c b/sway/commands/exec_always.c
index bb982621..8fca1909 100644
--- a/sway/commands/exec_always.c
+++ b/sway/commands/exec_always.c
@@ -63,7 +63,7 @@ struct cmd_results *cmd_exec_process(int argc, char **argv) {
63 } 63 }
64 64
65 pid_t pid, child; 65 pid_t pid, child;
66 struct launcher_ctx *ctx = launcher_ctx_create(); 66 struct launcher_ctx *ctx = launcher_ctx_create_internal();
67 // Fork process 67 // Fork process
68 if ((pid = fork()) == 0) { 68 if ((pid = fork()) == 0) {
69 // Fork child process again 69 // Fork child process again