ipc: standardize pretty print with raw print

`swaymsg -t get_inputs --raw` calls it a pointer but `--pretty` calls it
a Mouse. Previous commit 6737b90cb that set this to pointer probably
forgo to update the pretty one.

closes #8584
This commit is contained in:
Furkan Sahin 2025-04-08 17:13:03 -04:00 committed by Simon Ser
parent a25645a5a6
commit cb246cb9c2

View file

@ -99,7 +99,7 @@ static const char *pretty_type_name(const char *name) {
const char *b;
} type_names[] = {
{ "keyboard", "Keyboard" },
{ "pointer", "Mouse" },
{ "pointer", "Pointer" },
{ "touchpad", "Touchpad" },
{ "tablet_pad", "Tablet pad" },
{ "tablet_tool", "Tablet tool" },