diff options
author | Burt P <pburt0@gmail.com> | 2019-08-16 22:55:18 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-18 23:49:29 +0200 |
commit | e49e438270cdffc4a80a2676c73ad95bedce33d4 (patch) | |
tree | 769017d433a3004202ea6769d4d0fca40f3099d1 /hardinfo/x_util.c | |
parent | d55a8f33188eb35e918d5c6c355d686867315337 (diff) |
Devices/Monitors
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'hardinfo/x_util.c')
-rw-r--r-- | hardinfo/x_util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo/x_util.c b/hardinfo/x_util.c index 52888a8c..07d5226a 100644 --- a/hardinfo/x_util.c +++ b/hardinfo/x_util.c @@ -151,7 +151,7 @@ gboolean fill_xinfo(xinfo *xi) { gboolean fill_xrr_info(xrr_info *xrr) { gboolean spawned; gchar *out, *err, *p, *next_nl; - gchar *xrr_cmd = g_strdup("xrandr"); + gchar *xrr_cmd = g_strdup("xrandr --prop"); int ec; x_screen ts; @@ -192,7 +192,6 @@ gboolean fill_xrr_info(xrr_info *xrr) { goto xrr_next_line; } - /* looking for: * <output_id> (connected|disconnected|unknown connection) (primary|?) <%dx%d+%d+%d> (attribute_list) mm x mm */ |