From ce9e7e0526affc72f00e9476f26e610d7c8c6339 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sun, 14 Apr 2019 00:27:47 -0400 Subject: Spawn swaynag as a wayland client This spawns swaynag as a wayland client similar to how swaybar and swaybg are already done --- include/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 6a668fd6..6d9454e0 100644 --- a/include/util.h +++ b/include/util.h @@ -32,4 +32,6 @@ float parse_float(const char *value); const char *sway_wl_output_subpixel_to_string(enum wl_output_subpixel subpixel); +bool set_cloexec(int fd, bool cloexec); + #endif -- cgit v1.2.3