1POWERLINE-DAEMON(1) Powerline POWERLINE-DAEMON(1)
2
3
4
6 powerline-daemon - Daemon that improves powerline performance.
7
9 powerline-daemon [--quiet] [--socket=S] ( [--kill] | (
10 [--foreground] | [--replace] ) )
11
13 --quiet, -q
14 Without other options: do not complain about already running
15 powerline-daemon instance. Will still exit with 1. With --kill
16 and --replace: do not show any messages. With --foreground:
17 ignored. Does not silence exceptions in any case.
18
19 --socket, -s S
20 Specify socket which will be used for connecting to daemon.
21
22 --kill, -k
23 Kill an already running instance.
24
25 --foreground, -f
26 Run in the foreground (don’t daemonize).
27
28 --replace, -r
29 Replace an already running instance.
30
31 -h, --help
32 Display help and exit.
33
35 Written by Kim Silkebækken, Nikolay Pavlov, Kovid Goyal and contribu‐
36 tors. The glyphs in the font patcher are created by Fabrizio Schiavi.
37
39 Report powerline-daemon bugs to
40 https://github.com/powerline/powerline/issues.
41
43 powerline(1)
44
45
46
47
48beta Mar 03, 2021 POWERLINE-DAEMON(1)