You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config shows it is enabled but there is no ~/.config/weechat/*fifo* flle
$ cat ~/.config/weechat/fifo.conf
#
# weechat -- fifo.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[file]
enabled = on
path = "${weechat_runtime_dir}/weechat_fifo_${info:pid}"
The text was updated successfully, but these errors were encountered:
Does a FIFO file need to exist in
~/.config/weechat
before the command is run?The config shows it is enabled but there is no
~/.config/weechat/*fifo*
flleThe text was updated successfully, but these errors were encountered: