Skip to content

Commit fc903d8

Browse files
committed
Make service flag file a hidden file
1 parent 201cca1 commit fc903d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libinput-gestures-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DOCDIR="/usr/share/doc/$NAME"
1515
CNFDIR="/etc"
1616
HCFDIR="${XDG_CONFIG_HOME:-$HOME/.config}"
1717
AUTDIR="$HCFDIR/autostart"
18-
SVCFLG="$HCFDIR/$NAME-is-service"
18+
SVCFLG="$HCFDIR/.$NAME-is-service"
1919

2020
usage() {
2121
echo "Usage:"

0 commit comments

Comments
 (0)