Fix touchpad device name
This commit is contained in:
parent
c161fc78c7
commit
6735dc94d5
@ -120,7 +120,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
windowManager.command = "exec xmonad";
|
windowManager.command = "exec xmonad";
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
touchpad=$(xinput | grep -o 'TouchPad.*id=[0-9]*' | cut -d '=' -f 2)
|
touchpad=$(xinput | grep -o 'Synaptics.*id=[0-9]*' | cut -d '=' -f 2)
|
||||||
trackpoint=$(xinput | grep -o 'TrackPoint.*id=[0-9]*' | cut -d '=' -f 2)
|
trackpoint=$(xinput | grep -o 'TrackPoint.*id=[0-9]*' | cut -d '=' -f 2)
|
||||||
|
|
||||||
xsetroot -solid '#000000'
|
xsetroot -solid '#000000'
|
||||||
|
Loading…
Reference in New Issue
Block a user