Skip to content

Commit b3e2f44

Browse files
Fix typo in i3-msg launch
1 parent 1f3b29a commit b3e2f44

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)