Thursday, April 30, 2015

Google Chrome click and drag to highlight text not working on linux

change the path and include --touch-devices=123
ex:
/usr/bin/google-chrome-stable --touch-devices=123 %U

No comments:

Post a Comment

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage