mirror of
https://github.com/flynx/post-install.git
synced 2025-10-28 18:20:07 +00:00
Compare commits
No commits in common. "e61e4b77543dd7afc9261fa5d8aab2f014018d93" and "c2acd692f9e8edccd8c3e6177a5dd69dd681c466" have entirely different histories.
e61e4b7754
...
c2acd692f9
@ -468,7 +468,6 @@ function feature-keyd(){ (
|
||||
@ sudo dnf copr enable alternateved/keyd
|
||||
@ sudo dnf install keyd
|
||||
) }
|
||||
# see: https://wayland.freedesktop.org/libinput/doc/latest/palm-detection.html
|
||||
function feature-keyd-quirk(){ (
|
||||
local QUIRKS_FILE=/etc/libinput/local-overrides.quirks
|
||||
# check if already installed...
|
||||
@ -478,7 +477,6 @@ function feature-keyd-quirk(){ (
|
||||
return
|
||||
fi
|
||||
# install...
|
||||
@ sudo mkdir -p "$(dirname "$QUIRKS_FILE")"
|
||||
cat <<-EOF | sudo tee -a "$QUIRKS_FILE" > /dev/null
|
||||
[keyd]
|
||||
MatchUdevType=keyboard
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user