gri3-wm/i3-nagbar
Theo Buehler a1d1f456a1 Add pledge(2) support for OpenBSD
pledges for i3:
"stdio rpath unix" for talking to the i3 socket usually in /tmp
"proc exec" for executing programs
"wpath cpath" are needed for the restart-in-place functionality

To make this work, @semarie pointed out that it is sufficient to ensure
that we get physical_mem_bytes only once, namely in init_logging().

pledges for i3-msg:
"stdio rpath unix" are needed for talking to the i3-socket

pledges for i3-nagbar
"rpath getpw" to find the home directory
"wpath cpath" to write the script
"proc exec" to execute the script
2016-01-17 18:49:00 +01:00
..
Makefile Add stub Makefiles to allow subdir make calls 2012-07-22 19:57:48 +02:00
atoms.xmacro add i3-nagbar. tells you about config file errors (for example) 2011-07-10 14:33:19 +02:00
i3-nagbar.h clang-format-3.5 **/*.h **/*.c 2014-06-19 11:20:32 +02:00
i3-nagbar.mk i3-nagbar: explicitly set cursor using libxcursor if available 2016-01-04 09:26:45 +01:00
main.c Add pledge(2) support for OpenBSD 2016-01-17 18:49:00 +01:00