aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-04-14 00:27:47 -0400
committerFurkan Sahin <furkan-dev@proton.me>2019-04-14 00:27:47 -0400
commitce9e7e0526affc72f00e9476f26e610d7c8c6339 (patch)
treea381146599a5f19e565006cafeb23edc04247d2b /include/util.h
parentd5e2676d9f01789427ac8ec7c5b0320c18c6f7a8 (diff)
Spawn swaynag as a wayland client
This spawns swaynag as a wayland client similar to how swaybar and swaybg are already done
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h2
1 files changed, 2 insertions, 0 deletions
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