Compare commits

..

2 Commits

Author SHA1 Message Date
e61e4b7754 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-05-13 03:38:05 +03:00
6c4ad47ed9 minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-05-13 00:56:06 +03:00

View File

@ -468,6 +468,7 @@ function feature-keyd(){ (
@ sudo dnf copr enable alternateved/keyd @ sudo dnf copr enable alternateved/keyd
@ sudo dnf install keyd @ sudo dnf install keyd
) } ) }
# see: https://wayland.freedesktop.org/libinput/doc/latest/palm-detection.html
function feature-keyd-quirk(){ ( function feature-keyd-quirk(){ (
local QUIRKS_FILE=/etc/libinput/local-overrides.quirks local QUIRKS_FILE=/etc/libinput/local-overrides.quirks
# check if already installed... # check if already installed...
@ -477,6 +478,7 @@ function feature-keyd-quirk(){ (
return return
fi fi
# install... # install...
@ sudo mkdir -p "$(dirname "$QUIRKS_FILE")"
cat <<-EOF | sudo tee -a "$QUIRKS_FILE" > /dev/null cat <<-EOF | sudo tee -a "$QUIRKS_FILE" > /dev/null
[keyd] [keyd]
MatchUdevType=keyboard MatchUdevType=keyboard