2018-02-14 20:34:50 +00:00
<chapter xmlns= "http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="module-program-plotinus">
2018-09-30 00:51:11 +00:00
<title > Plotinus</title>
<para >
2019-09-18 20:13:35 +00:00
<emphasis > Source:</emphasis> <filename > modules/programs/plotinus.nix</filename>
2018-09-30 00:51:11 +00:00
</para>
<para >
2019-09-18 20:13:35 +00:00
<emphasis > Upstream documentation:</emphasis> <link xlink:href= "https://github.com/p-e-w/plotinus" />
2018-09-30 00:51:11 +00:00
</para>
<para >
2019-09-03 22:49:40 +00:00
Plotinus is a searchable command palette in every modern GTK application.
2018-09-30 00:51:11 +00:00
</para>
<para >
2019-09-18 20:13:35 +00:00
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.
2018-09-30 00:51:11 +00:00
</para>
<para >
2019-09-18 20:13:35 +00:00
To enable Plotinus, add the following to your <filename > configuration.nix</filename> :
2018-02-14 20:34:50 +00:00
<programlisting >
2018-04-05 08:43:56 +00:00
<xref linkend= "opt-programs.plotinus.enable" /> = true;
2018-02-14 20:34:50 +00:00
</programlisting>
2018-09-30 00:51:11 +00:00
</para>
2018-02-14 20:34:50 +00:00
</chapter>