Skip to content

Commit bc77e56

Browse files
authored
classes
1 parent 4ed7fa9 commit bc77e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/listen_lid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# sudo gpasswd -a $USER input
55

66
stdbuf -oL libinput debug-events | \
7-
egrep --line-buffered '^[[:space:]-]+event[0-9]+\s+SWITCH_TOGGLE\s' | \
7+
grep -E --line-buffered '^[[:space:]-]+event[0-9]+[[:space:]]+SWITCH_TOGGLE[[:space:]]' | \
88
while read line; do
99
autorandr --change --default default
1010
done

0 commit comments

Comments
 (0)