Skip to content

Instantly share code, notes, and snippets.

View BjoernLudwigPTB's full-sized avatar

Björn Ludwig BjoernLudwigPTB

View GitHub Profile
@BjoernLudwigPTB
BjoernLudwigPTB / .gitignore_global
Last active September 13, 2019 13:57 — forked from octocat/.gitignore
Some common .gitignore configurations including Python development and testing via PyCharm
################################################################################
# Originally taken from the Octocat at #
# https://gist.github.com/octocat/9257657 #
# #
# Installation command you find here #
# https://help.github.com/en/articles/ignoring-files#create-a-global-gitignore #
################################################################################
# Compiled source #
###################
@BjoernLudwigPTB
BjoernLudwigPTB / 99-acer-touch.rules
Created September 12, 2019 14:01
Udev rule for mapping the touch input coordinates of an Acer T232HLAbmjjz multitouch display to only half the visible area in case it is operated together with the built-in display of a notebook (RIGHT next to it)
ENV{ID_VENDOR_ID}=="2575",ENV{ID_MODEL_ID}=="010a",ENV{WL_OUTPUT}="HDMI1",ENV{LIBINPUT_CALIBRATION_MATRIX}="0.5 0 0 0 1 0 0 0 1"