summaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-02-02 09:35:42 +0100
committerFurkan Sahin <furkan-dev@proton.me>2023-02-02 09:35:42 +0100
commitf5ffb0b331d9fb5ba0423e40b0270d3a572b6349 (patch)
tree0a823596ab4890d81491b4ba8a0247fe4cb0b56c /swaymsg
parent601c240c3f0db87129f2aa0bb7baf368511e85c4 (diff)
swaymsg: s/inactive/disabled/
The JSON field is named "active", but that's confusing for users: `output disable` is the command which results in `active = false` outputs. Use the same terminology in end-user messages.
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 4f6fa7b1..4d3fa68c 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -259,7 +259,7 @@ static void pretty_print_output(json_object *o) {
json_object_get_string(adaptive_sync_status));
} else {
printf(
- "Output %s '%s %s %s' (inactive)\n",
+ "Output %s '%s %s %s' (disabled)\n",
json_object_get_string(name),
json_object_get_string(make),
json_object_get_string(model),