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
7<title>Plotinus</title>
8
9<para><emphasis>Source:</emphasis> <filename>modules/programs/plotinus.nix</filename></para>
10
11<para><emphasis>Upstream documentation:</emphasis> <link xlink:href="https://github.com/p-e-w/plotinus"/></para>
12
13<para>Plotinus is a searchable command palette in every modern GTK+ application.</para>
14
15<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>
16
17<para>To enable Plotinus, add the following to your <filename>configuration.nix</filename>:
18
19<programlisting>
20<xref linkend="opt-programs.plotinus.enable"/> = true;
21</programlisting>
22
23</para>
24
25</chapter>