swaywm/sway

Remove extraneous properties from IPC command get_outputs

Open

#2,685 opened on Sep 21, 2018

 (11 comments) (0 reactions) (0 assignees)C (1,255 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (16,909 stars)
PR merge metrics
 (Avg merge 7d 21h) (14 merged PRs in 30d)

Description

for a setup with two monitors:

$ swaymsg -t get_outputs | grep focused
     "focused": false,
     "focused": false,

$ swaymsg -t get_version
sway version 1.0-alpha.5-364-g15dadaaa (Sep 18 2018, branch 'makepkg')

Contributor guide