1kanshi(1) General Commands Manual kanshi(1)
2
3
4
6 kanshi - dynamic output configuration
7
9 kanshi [options...]
10
12 -h, --help
13 Show help message and quit.
14
15 -c, --config <config>
16 Specifies a config file.
17
18 -l, --listen-fd <fd>
19 Listen on the specified file descriptor for IPC.
20
22 kanshi is a Wayland daemon that automatically configures outputs.
23
24 kanshi is configured with a list of output profiles. Each profile con‐
25 tains a set of outputs. A profile will be automatically activated if
26 all specified outputs are currently connected. A profile contains con‐
27 figuration for each output.
28
29 If kanshi receives a SIGHUP signal, it will reread its config file.
30
32 kanshi reads its configuration from $XDG_CONFIG_HOME/kanshi/config. If
33 unset, $XDG_CONFIG_HOME defaults to ~/.config.
34
35 An error is raised if no configuration file is found.
36
37 For information on the configuration file format, see kanshi(5).
38
40 Maintained by Simon Ser <contact@emersion.fr>, who is assisted by other
41 open-source contributors. For more information about kanshi develop‐
42 ment, see <https://git.sr.ht/~emersion/kanshi>.
43
45 kanshi(5) kanshictl(1)
46
47
48
49 2023-06-30 kanshi(1)