···11+<chapter xmlns="http://docbook.org/ns/docbook"
22+ xmlns:xlink="http://www.w3.org/1999/xlink"
33+ xmlns:xi="http://www.w3.org/2001/XInclude"
44+ version="5.0"
55+ xml:id="module-program-plotinus">
66+77+<title>Plotinus</title>
88+99+<para><emphasis>Source:</emphasis> <filename>modules/programs/plotinus.nix</filename></para>
1010+1111+<para><emphasis>Upstream documentation:</emphasis> <link xlink:href="https://github.com/p-e-w/plotinus"/></para>
1212+1313+<para>Plotinus is a searchable command palette in every modern GTK+ application.</para>
1414+1515+<para>When in a GTK+3 application and Plotinus is enabled, you can press <literal>Ctrl+Shift+P</literal> to open the command palette. The command palette provides a searchable list of of all menu items in the application.</para>
1616+1717+<para>To enable Plotinus, add the following to your <filename>configuration.nix</filename>:
1818+1919+<programlisting>
2020+programs.plotinus.enable = true;
2121+</programlisting>
2222+2323+</para>
2424+2525+</chapter>