mirror of
https://github.com/flynx/post-install.git
synced 2025-10-28 18:20:07 +00:00
Compare commits
2 Commits
c2acd692f9
...
e61e4b7754
| Author | SHA1 | Date | |
|---|---|---|---|
| e61e4b7754 | |||
| 6c4ad47ed9 |
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user