mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 09:51:38 -05:00
Don't create the FIFO
This commit is contained in:
parent
3c52a8f055
commit
622197558e
1 changed files with 1 additions and 1 deletions
2
bsps.c
2
bsps.c
|
@ -207,7 +207,7 @@ void setup(void)
|
|||
screen = ewmh.screens[default_screen];
|
||||
screen_width = screen->width_in_pixels;
|
||||
fifo_path = getenv(FIFO_ENV_VAR);
|
||||
mkfifo(fifo_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
|
||||
/* mkfifo(fifo_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); */
|
||||
/* http://www.outflux.net/blog/archives/2008/03/09/using-select-on-a-fifo/ */
|
||||
fifo_fd = open(fifo_path, O_RDWR | O_NONBLOCK);
|
||||
dpy_fd = xcb_get_file_descriptor(dpy);
|
||||
|
|
Loading…
Add table
Reference in a new issue