summaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index f86000a4..e2c43445 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -98,6 +98,7 @@ static const char *pretty_type_name(const char *name) {
98 } type_names[] = { 98 } type_names[] = {
99 { "keyboard", "Keyboard" }, 99 { "keyboard", "Keyboard" },
100 { "pointer", "Mouse" }, 100 { "pointer", "Mouse" },
101 { "touchpad", "Touchpad" },
101 { "tablet_pad", "Tablet pad" }, 102 { "tablet_pad", "Tablet pad" },
102 { "tablet_tool", "Tablet tool" }, 103 { "tablet_tool", "Tablet tool" },
103 { "touch", "Touch" }, 104 { "touch", "Touch" },