diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-04-08 17:13:03 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-04-08 17:13:03 -0400 |
| commit | 5ca0de7dd9980be1d7ff90290a6ec55bdbd560ed (patch) | |
| tree | ba8337202ead8f988aa5568359b6abe8c64d9b21 /swaymsg | |
| parent | fa6115fb5c6ee599455145f7e9425e7b6b143be3 (diff) | |
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
Diffstat (limited to 'swaymsg')
| -rw-r--r-- | swaymsg/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |
