tRemove atom name from output - wmutils - X windows manipulation utilities
(HTM) git clone git://z3bra.org/wmutils
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 83bde188c90783de87392297f86c3b19044f6df0
(DIR) parent 8cfe9a4781ee3bd152be04ecd48ef3a6fbe7d0a2
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Sun, 24 Nov 2019 18:10:46 +0100
Remove atom name from output
Diffstat:
M atomx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/atomx.c b/atomx.c
t@@ -124,7 +124,7 @@ main(int argc, char **argv)
/* retrieve and print atom value to stdout */
if (!get_atom(wid, atom, XCB_ATOM_STRING, data, MAXLEN))
- printf("%s=%s\n", key, data);
+ printf("%s\n", data);
}
kill_xcb(&conn);