Skip to content

Instantly share code, notes, and snippets.

View dnlvgl's full-sized avatar
[object Object]

Daniel Vogel dnlvgl

[object Object]
View GitHub Profile
@dnlvgl
dnlvgl / 90-kensington-expert-trackball-remap.hwdb
Created January 25, 2020 23:03
Remapping Kensington Expert Trackball Buttons with wayland
# Button remap for Kensington Expert Trackball
# both upper buttons (90003 + 90004) act as BTN_LEFT (272)
# both lower buttons (90001 + 90002) act as BTN_RIGHT (273)
# save this file under '/etc/udev/hwdb.d/90-kensington-expert-trackball-remap.hwdb'
# run `sudo systemd-hwdb update` and reboot
#
# source: https://askubuntu.com/questions/1145057/remapping-mouse-buttons-to-keyboard-keys
# /sys/class/input/event20/device/id/bustype:0003
# /sys/class/input/event20/device/id/product:1020
# /sys/class/input/event20/device/id/vendor:047d
<template>
<div>
<ol>
<li v-for="doc in docs">
<router-link :to="doc.path">{{ doc.title }}</router-link>
</li>
</ol>
</div>
</template>
@dnlvgl
dnlvgl / 50-cros-touchpad.conf
Created July 30, 2015 10:53
touchpad config for acer c720 chromebook running linux
Section "InputClass"
Identifier "touchpad peppy cyapa"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "cyapa"
Option "FingerLow" "10"
Option "FingerHigh" "10"
EndSection