1<chapter xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 version="5.0"
5 xml:id="module-program-plotinus">
6 <title>Plotinus</title>
7 <para>
8 <emphasis>Source:</emphasis>
9 <filename>modules/programs/plotinus.nix</filename>
10 </para>
11 <para>
12 <emphasis>Upstream documentation:</emphasis>
13 <link xlink:href="https://github.com/p-e-w/plotinus"/>
14 </para>
15 <para>
16 Plotinus is a searchable command palette in every modern GTK application.
17 </para>
18 <para>
19 When in a GTK 3 application and Plotinus is enabled, you can press
20 <literal>Ctrl+Shift+P</literal> to open the command palette. The command
21 palette provides a searchable list of of all menu items in the application.
22 </para>
23 <para>
24 To enable Plotinus, add the following to your
25 <filename>configuration.nix</filename>:
26<programlisting>
27<xref linkend="opt-programs.plotinus.enable"/> = true;
28</programlisting>
29 </para>
30</chapter>