1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-04-27 04:25:10 +02:00

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.
This commit is contained in:
Simon Ser 2023-02-02 09:35:42 +01:00 committed by Simon Zeni
parent f22d4dbab7
commit 0695f3fa2a

View File

@ -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),