mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
fix xinput cli
This commit is contained in:
parent
95971ee387
commit
301b7e30af
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
fixTrackpointAccelCli =
|
||||
"${pkgs.xorg.xinput} --set-prop 'TPPS/2 Elan TrackPoint' 'libinput Accel Speed' 0.7";
|
||||
"${pkgs.xorg.xinput}/bin/xinput --set-prop 'TPPS/2 Elan TrackPoint' 'libinput Accel Speed' 0.7";
|
||||
in
|
||||
{
|
||||
# NOTE: libinput changes require a reboot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue