From 5ca0de7dd9980be1d7ff90290a6ec55bdbd560ed Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 8 Apr 2025 17:13:03 -0400 Subject: ipc: standardize pretty print with raw print `swaymsg -t get_inputs --raw` calls it a pointer but `--pretty` calls it a Mouse. Previous commit 16300ca2d that set this to pointer probably forgo to update the pretty one. closes #8584 --- swaymsg/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swaymsg') diff --git a/swaymsg/main.c b/swaymsg/main.c index 7534ea6d..dc1c7407 100644 --- a/swaymsg/main.c +++ b/swaymsg/main.c @@ -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" }, -- cgit v1.2.3