Skip to content

Commit 4704836

Browse files
authored
Merge pull request #212 from gurpreetatwal/patch-1
Fixes typo in `launch` for i3
2 parents 1f3b29a + b3e2f44 commit 4704836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libinput-gestures-setup

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ launch() {
6565
fi
6666

6767
if hash i3-msg &>/dev/null; then
68-
i3-msg exec $BINDIR/$APP >/dev/null
68+
i3-msg exec $BINDIR/$app >/dev/null
69+
# i3-msg will return successfully even if "$app" fails to start
6970
return $?
7071
fi
7172

0 commit comments

Comments
 (0)