This commit is contained in:
Vladimir-csp 2019-11-14 00:49:33 +03:00 committed by GitHub
parent 4ed7fa9b24
commit bc77e56be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# sudo gpasswd -a $USER input
stdbuf -oL libinput debug-events | \
egrep --line-buffered '^[[:space:]-]+event[0-9]+\s+SWITCH_TOGGLE\s' | \
grep -E --line-buffered '^[[:space:]-]+event[0-9]+[[:space:]]+SWITCH_TOGGLE[[:space:]]' | \
while read line; do
autorandr --change --default default
done