Open
Description
Please fill out the following:
- Description:
This configs for type is pretty inconsistent,type:touchpad
andtype:keyboard
works as expected as perswaymsg -t get_inputs
. However, inget_inputs
it shows the type asMouse
, while the configs require the type aspointer
as perlibinput list-devices
.
I think it would be more user friendly to either setup up aliases for type:mouse
-> type:pointer
, or change the output for swaymsg -t get_inputs
to show Pointer
instead of Mouse
.
Activity